Package host.anzo.simon
Class SimonRemoteRef
java.lang.Object
host.anzo.simon.SimonRemoteRef
- All Implemented Interfaces:
Serializable
If an remote-proxy needs to be transferred again, only a reference is transferred.
The receiving side detects this, and gives the matching and already known object
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSimonRemoteRef(org.apache.mina.core.session.IoSession session, Object remoteObject) Creates a new SimonRemoteInstance transport object -
Method Summary
-
Constructor Details
-
SimonRemoteRef
Creates a new SimonRemoteInstance transport object- Parameters:
session- theIoSessionto which the remote object is related toremoteObject- the remote object for which we generate this transport object for
-
-
Method Details