Uses of Class
org.omg.PortableServer.ForwardRequest

Packages that use ForwardRequest
org.jacorb.orb.dsi   
org.jacorb.poa   
org.omg.PortableServer   
 

Uses of ForwardRequest in org.jacorb.orb.dsi
 

Methods in org.jacorb.orb.dsi with parameters of type ForwardRequest
 void ServerRequest.setLocationForward(ForwardRequest r)
           
 

Uses of ForwardRequest in org.jacorb.poa
 

Methods in org.jacorb.poa that throw ForwardRequest
protected  Servant AOM.incarnate(byte[] oid, ServantActivator servant_activator, POA poa)
           
 

Uses of ForwardRequest in org.omg.PortableServer
 

Fields in org.omg.PortableServer declared as ForwardRequest
 ForwardRequest ForwardRequestHolder.value
           
 

Methods in org.omg.PortableServer that return ForwardRequest
static ForwardRequest ForwardRequestHelper.extract(Any any)
           
static ForwardRequest ForwardRequestHelper.read(InputStream in)
           
 

Methods in org.omg.PortableServer with parameters of type ForwardRequest
static void ForwardRequestHelper.insert(Any any, ForwardRequest s)
           
static void ForwardRequestHelper.write(OutputStream out, ForwardRequest s)
           
 

Methods in org.omg.PortableServer that throw ForwardRequest
 Servant ServantActivatorLocalTie.incarnate(byte[] oid, POA adapter)
           
 Servant ServantLocatorOperations.preinvoke(byte[] oid, POA adapter, java.lang.String operation, CookieHolder the_cookie)
           
 void ServantLocatorOperations.postinvoke(byte[] oid, POA adapter, java.lang.String operation, java.lang.Object the_cookie, Servant the_servant)
           
 Servant ServantActivatorOperations.incarnate(byte[] oid, POA adapter)
           
 

Constructors in org.omg.PortableServer with parameters of type ForwardRequest
ForwardRequestHolder(ForwardRequest initial)