palio.cluster.messages
Class SessionAuthorizedMessage

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

public class SessionAuthorizedMessage
extends ClusterMessage

See Also:
Serialized Form

Constructor Summary
SessionAuthorizedMessage(java.lang.Long sessionId, java.lang.Long userId)
           
 
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

SessionAuthorizedMessage

public SessionAuthorizedMessage(java.lang.Long sessionId,
                                java.lang.Long userId)
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