GNU Classpath (0.95) | |
Frames | No Frames |
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 | 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 | 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 | It is your responsibility to take the preinvoke actions, if any,
and also supply an appropriate servant for the current invocation.
|
GNU Classpath (0.95) |