Uses of Class
org.jacorb.orb.ORB

Packages that use ORB
org.jacorb.orb   
org.jacorb.orb.dsi   
org.jacorb.orb.factory   
org.jacorb.orb.giop   
org.jacorb.orb.http   
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.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
ClientInterceptorHandler(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(IOR _ior, ORB orb, org.apache.avalon.framework.logger.Logger logger)
           
ParsedIOR(java.lang.String object_reference, ORB orb, org.apache.avalon.framework.logger.Logger logger)
          Creates a new ParsedIOR instance.
 

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.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, Codec codec)
           
BiDirConnectionServerInterceptor(ORB orb, Codec codec)
           
ClientConnectionManager(ORB orb, TransportManager transport_manager, GIOPConnectionManager giop_connection_manager)
           
ReplyPlaceholder(ORB orb)
          self-configuring c'tor
TransportManager(ORB orb)
           
 

Uses of ORB in org.jacorb.orb.http
 

Constructors in org.jacorb.orb.http with parameters of type ORB
ClientConnection(java.lang.String _host, int _port, SocketFactory factory, ORB orb)
           
ServerConnection(ORB orb, boolean is_ssl, java.net.Socket s, java.io.InputStream _in_stream)
           
 

Uses of ORB in org.jacorb.orb.iiop
 

Constructors in org.jacorb.orb.iiop with parameters of type ORB
IIOPListener(ORB orb)
           
 

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
ClientRequestInfoImpl(ORB orb, RequestOutputStream ros, Object self, Delegate delegate, ParsedIOR piorOriginal, ClientConnection connection)
           
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 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