palio.cluster.messages
Class DesignerClusterMessage

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

public class DesignerClusterMessage
extends ClusterMessage

See Also:
Serialized Form

Constructor Summary
DesignerClusterMessage(torn.omea.framework.transaction.TransactionNotice notice)
           
 
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

DesignerClusterMessage

public DesignerClusterMessage(torn.omea.framework.transaction.TransactionNotice notice)
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