palio.cluster.messages
Class SessionParameterMessage

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

public class SessionParameterMessage
extends ClusterMessage

See Also:
Serialized Form

Constructor Summary
SessionParameterMessage(java.lang.Long sessionId, java.lang.String name, java.lang.Object value)
           
 
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

SessionParameterMessage

public SessionParameterMessage(java.lang.Long sessionId,
                               java.lang.String name,
                               java.lang.Object value)
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