public abstract class Skeleton extends java.lang.Object implements IInvocationHandler
| Constructor and Description |
|---|
Skeleton()
Creates a new skeleton.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getImplementation()
Returns the implementation that is associated with this skeleton.
|
void |
invoke(Invocation msg,
ISession session)
Handles an invocation.
|
void |
setImplementation(java.lang.Object implementation)
Sets the implementation of this skeleton.
|
public void setImplementation(java.lang.Object implementation)
implementation - The implementation of this skeleton.public java.lang.Object getImplementation()
public void invoke(Invocation msg, ISession session)
invoke in interface IInvocationHandlermsg - The message to forward and dispatch.session - The session used to receive the invocation.