Uses of Class
org.omg.PortableServer.ForwardRequest
-
Packages that use ForwardRequest Package Description com.sun.corba.ee.impl.folb com.sun.corba.ee.impl.oa.poa org.omg.PortableServer -
-
Uses of ForwardRequest in com.sun.corba.ee.impl.folb
Methods in com.sun.corba.ee.impl.folb that throw ForwardRequest Modifier and Type Method Description Servant
InitialGroupInfoService.InitialGISServantLocator. preinvoke(byte[] oid, POA adapter, java.lang.String operation, CookieHolder the_cookie)
-
Uses of ForwardRequest in com.sun.corba.ee.impl.oa.poa
Methods in com.sun.corba.ee.impl.oa.poa that throw ForwardRequest Modifier and Type Method Description java.lang.Object
POAPolicyMediator. getInvocationServant(byte[] id, java.lang.String operation)
Get the servant to use for an invocation with the given id and operation.java.lang.Object
POAPolicyMediatorBase. getInvocationServant(byte[] id, java.lang.String operation)
protected abstract java.lang.Object
POAPolicyMediatorBase. internalGetServant(byte[] id, java.lang.String operation)
protected java.lang.Object
POAPolicyMediatorImpl_NR_UDS. internalGetServant(byte[] id, java.lang.String operation)
protected java.lang.Object
POAPolicyMediatorImpl_NR_USM. internalGetServant(byte[] id, java.lang.String operation)
protected java.lang.Object
POAPolicyMediatorImpl_R_AOM. internalGetServant(byte[] id, java.lang.String operation)
protected java.lang.Object
POAPolicyMediatorImpl_R_UDS. internalGetServant(byte[] id, java.lang.String operation)
protected java.lang.Object
POAPolicyMediatorImpl_R_USM. internalGetServant(byte[] id, java.lang.String operation)
-
Uses of ForwardRequest in org.omg.PortableServer
Fields in org.omg.PortableServer declared as ForwardRequest Modifier and Type Field Description ForwardRequest
ForwardRequestHolder. value
Methods in org.omg.PortableServer that return ForwardRequest Modifier and Type Method Description static ForwardRequest
ForwardRequestHelper. extract(Any a)
static ForwardRequest
ForwardRequestHelper. read(InputStream istream)
Methods in org.omg.PortableServer with parameters of type ForwardRequest Modifier and Type Method Description static void
ForwardRequestHelper. insert(Any a, ForwardRequest that)
static void
ForwardRequestHelper. 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.Servant
ServantActivatorOperations. 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
ServantActivatorPOATie. 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, java.lang.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.Servant
ServantLocatorOperations. preinvoke(byte[] oid, POA adapter, java.lang.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.Servant
ServantLocatorPOATie. preinvoke(byte[] oid, POA adapter, java.lang.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.Constructors in org.omg.PortableServer with parameters of type ForwardRequest Constructor Description ForwardRequestHolder(ForwardRequest initialValue)
-