Package host.anzo.simon
Class SimonRemoteInstance
java.lang.Object
host.anzo.simon.SimonRemoteInstance
- All Implemented Interfaces:
Serializable
This class is used by an endpoint if a remote object has to be "transferred" to the
opposite endpoint. In such case, only the interface name is relevant. So an
instance of this class is transferred instead of the "real" implementation of the remote object.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSimonRemoteInstance(org.apache.mina.core.session.IoSession session, Object remoteObject) Creates a new SimonRemoteInstance transport object -
Method Summary
-
Constructor Details
-
SimonRemoteInstance
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
-