org.omg.CORBA.portable

Class ServantObject

public class ServantObject extends Object

Together with supporting methods in {@link ObjectImpl} and {@link Delegate}, provides mechanism for direct calls of clients, running on the same virtual machine (collocated).

See Also: ObjectImpl _servant_postinvoke Delegate

Field Summary
Objectservant
The real servant, that can be casted to the expected type, later invoking the methods directly.

Field Detail

servant

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