Uses of Class
org.jacorb.orb.ORB

Packages that use ORB
org.jacorb.ir   
org.jacorb.notification.container   
org.jacorb.orb   
org.jacorb.orb.dii   
org.jacorb.orb.dsi   
org.jacorb.orb.dynany   
org.jacorb.orb.etf   
org.jacorb.orb.factory   
org.jacorb.orb.giop   
org.jacorb.orb.listener   
org.jacorb.orb.portableInterceptor   
org.jacorb.orb.standardInterceptors   
org.jacorb.orb.util   
org.jacorb.poa   
org.jacorb.security.sas   
 

Uses of ORB in org.jacorb.ir
 

Constructors in org.jacorb.ir with parameters of type ORB
IdlWriter(ORB orb, java.io.PrintStream ps, org.apache.avalon.framework.logger.Logger logger)
          create a new IdlWriter for the default JacORB IR which writes to a specific PrintStream
 

Uses of ORB in org.jacorb.notification.container
 

Methods in org.jacorb.notification.container with parameters of type ORB
static org.picocontainer.MutablePicoContainer PicoContainerFactory.createRootContainer(org.picocontainer.MutablePicoContainer optionalParent, ORB orb)
           
static org.picocontainer.MutablePicoContainer PicoContainerFactory.createRootContainer(ORB orb)
           
 

Uses of ORB in org.jacorb.orb
 

Methods in org.jacorb.orb that return ORB
 ORB BasicAdapter.getORB()
           
 

Methods in org.jacorb.orb with parameters of type ORB
static byte[] ParsedIOR.extractObjectKey(TargetAddress addr, ORB orb)
          This method replaces the unfiyTargetAddress method.
 

Constructors in org.jacorb.orb with parameters of type ORB
ClientInterceptorHandler(ClientInterceptorHandler original, ORB orb, RequestOutputStream ros, Object self, Delegate delegate, ParsedIOR piorOriginal, ClientConnection connection)
          Constructs an interceptor handler for the given parameters.
Delegate(ORB orb, IOR ior)
           
Delegate(ORB orb, ParsedIOR pior)
           
Delegate(ORB orb, java.lang.String object_reference)
           
Delegate(ORB orb, java.lang.String object_reference, boolean _donotcheckexceptions)
          special constructor for appligator
LocateReplyReceiver(ORB orb)
           
ParsedIOR(ORB orb, IOR ior)
          Creates a new ParsedIOR instance.
ParsedIOR(ORB orb, java.lang.String object_reference)
          Creates a new ParsedIOR instance.
RTORB(ORB orb)
           
 

Uses of ORB in org.jacorb.orb.dii
 

Constructors in org.jacorb.orb.dii with parameters of type ORB
Request(Object target, ORB orb, ClientConnection connection, byte[] obj_key, java.lang.String operationName)
           
Request(Object target, ORB orb, ClientConnection connection, byte[] obj_key, java.lang.String op, NVList args, Context context, NamedValue result)
           
 

Uses of ORB in org.jacorb.orb.dsi
 

Constructors in org.jacorb.orb.dsi with parameters of type ORB
ServerRequest(ORB orb, RequestInputStream inStream, GIOPConnection _connection)
           
 

Uses of ORB in org.jacorb.orb.dynany
 

Constructors in org.jacorb.orb.dynany with parameters of type ORB
DynAnyFactoryImpl(ORB orb)
           
 

Uses of ORB in org.jacorb.orb.etf
 

Fields in org.jacorb.orb.etf declared as ORB
protected  ORB ConnectionBase.orb
           
protected  ORB ListenerBase.orb
          The ORB.
 

Uses of ORB in org.jacorb.orb.factory
 

Constructors in org.jacorb.orb.factory with parameters of type ORB
SocketFactoryManager(ORB orb)
           
 

Uses of ORB in org.jacorb.orb.giop
 

Constructors in org.jacorb.orb.giop with parameters of type ORB
BiDirConnectionClientInterceptor(ORB orb)
           
BiDirConnectionServerInterceptor(ORB orb)
           
ClientConnectionManager(ORB orb, TransportManager transport_manager, GIOPConnectionManager giop_connection_manager)
           
ReplyOutputStream(ORB orb, int request_id, ReplyStatusType_1_2 reply_status, int giop_minor, boolean is_locate_reply, org.apache.avalon.framework.logger.Logger logger)
           
ReplyPlaceholder(ORB orb)
          self-configuring c'tor
RequestOutputStream(ORB orb, ClientConnection connection, int request_id, java.lang.String operation, boolean response_expected, short syncScope, UtcT requestStartTime, UtcT requestEndTime, UtcT replyEndTime, byte[] object_key, int giop_minor)
           
ServerRequestListener(ORB orb, POA rootPOA)
           
ServiceContextTransportingOutputStream(ORB orb)
           
TransportManager(ORB orb)
           
 

Uses of ORB in org.jacorb.orb.listener
 

Methods in org.jacorb.orb.listener with parameters of type ORB
static void SSLListenerUtil.addListener(ORB orb, java.net.Socket socket)
          addListener adds a handshake listener to a specific socket.SSLListenerUtil
static void SSLListenerUtil.processException(ORB orb, IIOPConnection iiop, java.net.Socket socket, java.io.IOException ex)
          processException examines the supplied exception for an SSLException and can notify a listener.
 

Uses of ORB in org.jacorb.orb.portableInterceptor
 

Fields in org.jacorb.orb.portableInterceptor declared as ORB
 ORB ClientRequestInfoImpl.orb
           
 

Methods in org.jacorb.orb.portableInterceptor that return ORB
 ORB ORBInitInfoImpl.getORB()
          This method is for interceptors that need access to the ORB.
 

Constructors in org.jacorb.orb.portableInterceptor with parameters of type ORB
ClientRequestInfoImpl(ORB orb, ClientRequestInfoImpl original, RequestOutputStream ros, Object self, Delegate delegate, ParsedIOR piorOriginal, ClientConnection connection)
           
InterceptorManager(java.util.List client_interceptors, java.util.List server_interceptors, java.util.List ior_intercept, int slot_count, ORB orb)
           
IORInfoImpl(ORB orb, POA poa, java.util.Map components, java.util.Map policy_overrides, java.util.List profiles)
           
ORBInitInfoImpl(ORB orb)
           
ServerRequestInfoImpl(ORB orb, ServerRequest request, Servant servant)
           
 

Uses of ORB in org.jacorb.orb.standardInterceptors
 

Constructors in org.jacorb.orb.standardInterceptors with parameters of type ORB
CodeSetInfoInterceptor(ORB orb)
           
SSLComponentInterceptor(ORB orb)
           
 

Uses of ORB in org.jacorb.orb.util
 

Constructors in org.jacorb.orb.util with parameters of type ORB
CorbaLoc(ORB orb, java.lang.String addr)
           
 

Uses of ORB in org.jacorb.poa
 

Methods in org.jacorb.poa that return ORB
protected  ORB POA.getORB()
           
 

Methods in org.jacorb.poa with parameters of type ORB
static POA POA._POA_init(ORB orb)
          called from orb to obtain the RootPOA
 

Constructors in org.jacorb.poa with parameters of type ORB
POAManager(ORB _orb)
           
RPPoolManagerFactory(ORB orb)
           
 

Uses of ORB in org.jacorb.security.sas
 

Fields in org.jacorb.security.sas declared as ORB
protected  ORB SASTargetInterceptor.orb