org.omg.CORBA.portable
public class ServantObject extends Object
ObjectImpl
and Delegate
,
provides mechanism for direct calls of clients, running on the same
virtual machine (collocated).Modifier and Type | Field and Description |
---|---|
Object |
servant
The real servant, that can be casted to the expected type, later
invoking the methods directly.
|
Constructor and Description |
---|
ServantObject() |
public ServantObject()