palio.cluster.messages
Class UniqueIDMessage

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

public class UniqueIDMessage
extends ClusterMessage

See Also:
Serialized Form

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

Method Detail

addMessage

public static UniqueIDMessage addMessage(java.lang.Long uid)

removeMessage

public static UniqueIDMessage removeMessage(java.lang.Long uid)

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