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="16.0", 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.- Since:
- 4.1.0
- Version:
- $Revision: 25808 $ $Date: 2023-07-04 15:20:55 -0300 (Tue, 04 Jul 2023) $
- 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
-
-