org.omg.CORBA.portable
Class ServantObject

java.lang.Object
  extended by 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.
 
Constructor Summary
ServantObject()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

servant

public Object servant
The real servant, that can be casted to the expected type, later invoking the methods directly.

Constructor Detail

ServantObject

public ServantObject()