palio.cluster.messages
Class SessionOpenMessage

java.lang.Object
  extended by palio.cluster.ClusterMessage
      extended by palio.cluster.messages.SessionOpenMessage
All Implemented Interfaces:
java.io.Serializable

public class SessionOpenMessage
extends ClusterMessage

See Also:
Serialized Form

Constructor Summary
SessionOpenMessage(java.lang.Long sessionId)
           
 
Method Summary
 void execute(Cluster target)
          Code to be performed on remote machine.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionOpenMessage

public SessionOpenMessage(java.lang.Long sessionId)
Method Detail

execute

public void execute(Cluster target)
Description copied from class: ClusterMessage
Code to be performed on remote machine.

Specified by:
execute in class ClusterMessage
Parameters:
target - remote ClusterSpoort instance