public class ClearCacheMessage extends ClusterMessage
Constructor and Description |
---|
ClearCacheMessage(java.lang.Integer type,
java.util.Collection<java.lang.Long> id,
boolean clearPrivsToRolesHierarchy) |
ClearCacheMessage(java.lang.Integer type,
java.lang.Long id,
boolean clearPrivsToRolesHierarchy) |
ClearCacheMessage(java.lang.Integer type,
java.lang.String id,
boolean clearPrivsToRolesHierarchy) |
Modifier and Type | Method and Description |
---|---|
void |
execute(Cluster target)
Code to be performed on remote machine.
|
public ClearCacheMessage(java.lang.Integer type, java.util.Collection<java.lang.Long> id, boolean clearPrivsToRolesHierarchy)
public ClearCacheMessage(java.lang.Integer type, java.lang.Long id, boolean clearPrivsToRolesHierarchy)
public ClearCacheMessage(java.lang.Integer type, java.lang.String id, boolean clearPrivsToRolesHierarchy)
public void execute(Cluster target)
ClusterMessage
execute
in class ClusterMessage
target
- remote ClusterSpoort instance