palio.cluster.messages
Class RoleAuthorizationMessage

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

public class RoleAuthorizationMessage
extends ClusterMessage

See Also:
Serialized Form

Field Summary
 boolean addRole
           
 
Constructor Summary
RoleAuthorizationMessage(int type, java.lang.Long ID, java.lang.Long roleID, java.lang.Long regionID)
           
RoleAuthorizationMessage(int type, java.lang.Long ID, java.lang.Long roleID, java.lang.Long regionID, java.util.Date expireDate)
           
 
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
 

Field Detail

addRole

public final boolean addRole
Constructor Detail

RoleAuthorizationMessage

public RoleAuthorizationMessage(int type,
                                java.lang.Long ID,
                                java.lang.Long roleID,
                                java.lang.Long regionID,
                                java.util.Date expireDate)

RoleAuthorizationMessage

public RoleAuthorizationMessage(int type,
                                java.lang.Long ID,
                                java.lang.Long roleID,
                                java.lang.Long regionID)
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