Uses of Class org.omg.PortableServer.ForwardRequest

Uses in package org.omg.PortableServer

Methods with parameter type org.omg.PortableServer.ForwardRequest

void
Insert the ForwardRequest into the given Any.
void
Write the exception to the CDR output stream.

Methods with return type org.omg.PortableServer.ForwardRequest

ForwardRequest
Extract the ForwardRequest from given Any.
ForwardRequest
Read the exception from the CDR intput stream.

Methods which throw type org.omg.PortableServer.ForwardRequest

Servant
ServantActivatorOperations.incarnate(byte[] Object_Id, POA poa)
This method is invoked 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
_ServantActivatorStub.incarnate(byte[] Object_id, POA poa)
It is your responsibility to handle the incarnation event and supply the servant.
Servant
ServantLocatorOperations.preinvoke(byte[] Object_Id, POA poa, String operation, CookieHolder cookie_holder)
If the POA has the USE_SERVANT_MANAGER and NON_RETAIN policies, it invokes this method whenever the object being requested that is not inactive.
Servant
_ServantLocatorStub.preinvoke(byte[] Object_id, POA poa, String method, CookieHolder cookie)
It is your responsibility to take the preinvoke actions, if any, and also supply an appropriate servant for the current invocation.