Package lumis.portal.cluster
Interface IClusterCommand<T extends java.io.Serializable>
-
- Type Parameters:
T
- the return type of the command execution (seeIClusterManager.call(IClusterCommand)
)
- All Superinterfaces:
IClusterTransmission
- All Known Subinterfaces:
IClusterCommandSPI<T>
@StableMinor(version="17.1", sinceVersion="8.0") public interface IClusterCommand<T extends java.io.Serializable> extends IClusterTransmission
Represents a command, that when sent through the cluster framework is executed in the destination nodes.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface lumis.portal.cluster.IClusterTransmission
IClusterTransmission.Flag
-
-
Method Summary
-
Methods inherited from interface lumis.portal.cluster.IClusterTransmission
getFlags, getId, getSenderId, toString
-
-