Uses of Class
org.omg.PortableServer.ForwardRequest
-
Packages that use ForwardRequest Package Description org.omg.PortableServer Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs. -
-
Uses of ForwardRequest in org.omg.PortableServer
Methods in org.omg.PortableServer that return ForwardRequest Modifier and Type Method Description static ForwardRequestForwardRequestHelper. extract(Any a)static ForwardRequestForwardRequestHelper. read(InputStream istream)Methods in org.omg.PortableServer with parameters of type ForwardRequest Modifier and Type Method Description static voidForwardRequestHelper. insert(Any a, ForwardRequest that)static voidForwardRequestHelper. write(OutputStream ostream, ForwardRequest value)Methods in org.omg.PortableServer that throw ForwardRequest Modifier and Type Method Description Servant_ServantActivatorStub. incarnate(byte[] oid, POA adapter)This operation is invoked by the POA whenever the POA receives a request for an object that is not currently active, assuming the POA has the USE_SERVANT_MANAGER and RETAIN policies.ServantServantActivatorOperations. incarnate(byte[] oid, POA adapter)This operation is invoked by the POA whenever the POA receives a request for an object that is not currently active, assuming the POA has the USE_SERVANT_MANAGER and RETAIN policies.Servant_ServantLocatorStub. preinvoke(byte[] oid, POA adapter, String operation, CookieHolder the_cookie)This operations is used to get a servant that will be used to process the request that caused preinvoke to be called.ServantServantLocatorOperations. preinvoke(byte[] oid, POA adapter, String operation, CookieHolder the_cookie)This operations is used to get a servant that will be used to process the request that caused preinvoke to be called.
-