Uses of Class
org.jacorb.orb.ParsedIOR

Packages that use ParsedIOR
org.jacorb.orb   
org.jacorb.orb.giop   
org.jacorb.orb.portableInterceptor   
org.jacorb.orb.util   
 

Uses of ParsedIOR in org.jacorb.orb
 

Methods in org.jacorb.orb that return ParsedIOR
 ParsedIOR Delegate.getParsedIOR()
           
 

Methods in org.jacorb.orb with parameters of type ParsedIOR
 Object ORB._getObject(ParsedIOR pior)
          This version of _getObject is used for references that have arrived over the network and is called from CDRInputStream.
 void Delegate.rebind(ParsedIOR p)
           
 

Constructors in org.jacorb.orb with parameters of type ParsedIOR
Delegate(ORB orb, ParsedIOR pior)
           
ClientInterceptorHandler(ORB orb, RequestOutputStream ros, Object self, Delegate delegate, ParsedIOR piorOriginal, ClientConnection connection)
          Constructs an interceptor handler for the given parameters.
 

Uses of ParsedIOR in org.jacorb.orb.giop
 

Methods in org.jacorb.orb.giop with parameters of type ParsedIOR
 ServiceContext ClientConnection.setCodeSet(ParsedIOR pior)
           
 

Uses of ParsedIOR in org.jacorb.orb.portableInterceptor
 

Constructors in org.jacorb.orb.portableInterceptor with parameters of type ParsedIOR
ClientRequestInfoImpl(ORB orb, RequestOutputStream ros, Object self, Delegate delegate, ParsedIOR piorOriginal, ClientConnection connection)
           
 

Uses of ParsedIOR in org.jacorb.orb.util
 

Methods in org.jacorb.orb.util with parameters of type ParsedIOR
static void PrintIOR.printIOR(ParsedIOR pior, ORB orb)
          top-level