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