org.omg.CORBA.portable
Class ServantObject
java.lang.Object
org.omg.CORBA.portable.ServantObject
public class ServantObject
- extends Object
Together with supporting methods in ObjectImpl
and Delegate
,
provides mechanism for direct calls of clients, running on the same
virtual machine (collocated).
- See Also:
ObjectImpl._servant_preinvoke(String, Class)
,
ObjectImpl._servant_postinvoke(ServantObject)
,
Delegate.servant_preinvoke(org.omg.CORBA.Object, String, Class)
,
Delegate.servant_postinvoke(org.omg.CORBA.Object, ServantObject)
Field Summary |
Object |
servant
The real servant, that can be casted to the expected type, later
invoking the methods directly. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
servant
public Object servant
- The real servant, that can be casted to the expected type, later
invoking the methods directly.
ServantObject
public ServantObject()