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 ServantInitialGroupInfoService.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.ObjectPOAPolicyMediator. getInvocationServant(byte[] id, java.lang.String operation)Get the servant to use for an invocation with the given id and operation.java.lang.ObjectPOAPolicyMediatorBase. getInvocationServant(byte[] id, java.lang.String operation)protected abstract java.lang.ObjectPOAPolicyMediatorBase. internalGetServant(byte[] id, java.lang.String operation)protected java.lang.ObjectPOAPolicyMediatorImpl_NR_UDS. internalGetServant(byte[] id, java.lang.String operation)protected java.lang.ObjectPOAPolicyMediatorImpl_NR_USM. internalGetServant(byte[] id, java.lang.String operation)protected java.lang.ObjectPOAPolicyMediatorImpl_R_AOM. internalGetServant(byte[] id, java.lang.String operation)protected java.lang.ObjectPOAPolicyMediatorImpl_R_UDS. internalGetServant(byte[] id, java.lang.String operation)protected java.lang.ObjectPOAPolicyMediatorImpl_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 ForwardRequestForwardRequestHolder. valueMethods 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.ServantServantActivatorPOATie. 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.ServantServantLocatorOperations. 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.ServantServantLocatorPOATie. 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)
-