Package lumis.portal.cluster
Interface IClusterCommand<T extends Serializable>
-
- Type Parameters:
T
- the return type of the command execution (seeIClusterManager.call(IClusterCommand)
)
- All Superinterfaces:
IClusterTransmission
- All Known Subinterfaces:
IClusterCommandSPI<T>
@StableMinor(version="14.0", sinceVersion="8.0") public interface IClusterCommand<T extends Serializable> extends IClusterTransmission
Represents a command, that when sent through the cluster framework is executed in the destination nodes.- Since:
- 4.1.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
- See Also:
IClusterManager.send(IClusterTransmission)
,IClusterManager.createClusterCommand(IClusterCallable)
,IClusterManager.call(IClusterCommand)
-
-
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
-
-