Uses of Class org.omg.CORBA.portable.ServantObject

Uses in package org.omg.CORBA.portable

Methods with parameter type org.omg.CORBA.portable.ServantObject

void
This method is always called after invoking the operation on the local servant.
void
This method is always called after invoking the operation on the local servant.

Methods with return type org.omg.CORBA.portable.ServantObject

ServantObject
ObjectImpl._servant_preinvoke(String method, Class<T> expected_type)
Returns a servant that should be used for this request.
ServantObject
Delegate.servant_preinvoke(Object self, String operation, Class<T> expectedType)
Returns a servant that should be used for this request.

Uses in package org.omg.CORBA

Methods with parameter type org.omg.CORBA.portable.ServantObject

void
This method is called from rmic generated stubs if the Util.isLocal(Stub), called passing this as parameter, returns true, and the _servant_preinvoke(String,Class) return non-null object.

Methods with return type org.omg.CORBA.portable.ServantObject

ServantObject
LocalObject._servant_preinvoke(String operation, Class<T> expectedType)
This method is called from rmic generated stubs if the Util.isLocal(Stub), called passing this as parameter, returns true.