public class RolePrivsMessage extends ClusterMessage
Modifier and Type | Field and Description |
---|---|
boolean |
addOrRemove |
Constructor and Description |
---|
RolePrivsMessage(boolean addOrRemove,
java.lang.Long roleID,
java.lang.Long privID,
java.lang.String connectorName) |
Modifier and Type | Method and Description |
---|---|
void |
execute(Cluster target)
Code to be performed on remote machine.
|
public RolePrivsMessage(boolean addOrRemove, java.lang.Long roleID, java.lang.Long privID, java.lang.String connectorName)
public void execute(Cluster target)
ClusterMessage
execute
in class ClusterMessage
target
- remote ClusterSpoort instance