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.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
ParsedIOR(java.lang.String object_reference, ORB orb)
          Creates a new ParsedIOR instance.
ParsedIOR(IOR _ior, ORB orb)
           
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)
           
ClientInterceptorHandler(ORB orb, RequestOutputStream ros, Object self, Delegate delegate, ParsedIOR piorOriginal, ClientConnection connection)
          Constructs an interceptor handler for the given parameters.
BasicAdapter(ORB orb, POA rootPOA, TransportManager transport_manager, GIOPConnectionManager giop_connection_manager)
           
 

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
 

Methods in org.jacorb.orb.factory with parameters of type ORB
static SocketFactory SocketFactoryManager.getSocketFactory(ORB orb)
           
static ServerSocketFactory SocketFactoryManager.getServerSocketFactory(ORB orb)
           
 

Uses of ORB in org.jacorb.orb.giop
 

Constructors in org.jacorb.orb.giop with parameters of type ORB
TransportManager(ORB orb)
           
ClientConnectionManager(ORB orb, TransportManager transport_manager, GIOPConnectionManager giop_connection_manager)
           
BiDirConnectionServerInterceptor(ORB orb, Codec codec)
           
BiDirConnectionClientInterceptor(ORB orb, Codec codec)
           
 

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

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