Uses of Class
org.jacorb.orb.ORB

Packages that use ORB
org.jacorb.notification.container   
org.jacorb.orb   
org.jacorb.orb.dsi   
org.jacorb.orb.etf   
org.jacorb.orb.factory   
org.jacorb.orb.giop   
org.jacorb.orb.iiop   
org.jacorb.orb.policies   
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.notification.container
 

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

Uses of ORB in org.jacorb.orb
 

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
ParsedIOR(java.lang.String object_reference, ORB orb, org.apache.avalon.framework.logger.Logger logger)
          Creates a new ParsedIOR instance.
ParsedIOR(IOR _ior, ORB orb, org.apache.avalon.framework.logger.Logger logger)
           
Delegate(ORB orb, ParsedIOR pior)
           
Delegate(ORB orb, java.lang.String object_reference)
           
Delegate(ORB orb, IOR ior)
           
Delegate(ORB orb, java.lang.String object_reference, boolean _donotcheckexceptions)
          special constructor for appligator
LocateReplyReceiver(ORB orb)
           
ClientInterceptorHandler(ORB orb, RequestOutputStream ros, Object self, Delegate delegate, ParsedIOR piorOriginal, ClientConnection connection)
          Constructs an interceptor handler for the given parameters.
 

Uses of ORB in org.jacorb.orb.dsi
 

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

Uses of ORB in org.jacorb.orb.etf
 

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

Constructors in org.jacorb.orb.etf with parameters of type ORB
ListenerBase(ORB orb)
          Deprecated.  
 

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
TransportManager(ORB orb)
           
BiDirConnectionClientInterceptor(ORB orb, Codec codec)
           
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)
           
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)
           
ServiceContextTransportingOutputStream(ORB orb)
           
BiDirConnectionServerInterceptor(ORB orb, Codec codec)
           
 

Uses of ORB in org.jacorb.orb.iiop
 

Constructors in org.jacorb.orb.iiop with parameters of type ORB
IIOPListener(ORB orb)
          Deprecated. Use no-args version and then configure().
 

Uses of ORB in org.jacorb.orb.policies
 

Constructors in org.jacorb.orb.policies with parameters of type ORB
PolicyManager(ORB orb)
          public c'tor
 

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
IORInfoImpl(ORB orb, POA poa, java.util.Map components, java.util.Map policy_overrides, java.util.List profiles)
           
ServerRequestInfoImpl(ORB orb, ServerRequest request, Servant servant)
           
ClientRequestInfoImpl(ORB orb, RequestOutputStream ros, Object self, Delegate delegate, ParsedIOR piorOriginal, ClientConnection connection)
           
ORBInitInfoImpl(ORB orb)
           
 

Uses of ORB in org.jacorb.orb.standardInterceptors
 

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

Uses of ORB in org.jacorb.orb.util
 

Constructors in org.jacorb.orb.util with parameters of type ORB
CorbaLoc(ORB o, 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)
           
 

Uses of ORB in org.jacorb.security.sas
 

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