lumis.portal.cluster
Interface IClusterCommand
- All Superinterfaces:
- IClusterTransmission
@StableMinor(version="6.1",
sinceVersion="4.1")
public interface IClusterCommand
- extends IClusterTransmission
Represents a command, that when sent through the cluster framework is
executed in the destination nodes.
- Since:
- 4.1.0
- See Also:
IClusterManager.createClusterCommand(Runnable)
,
IClusterManager.send(IClusterTransmission)
Method Summary |
java.lang.Runnable |
getCommand()
Returns the runnable that this command executes. |
getCommand
java.lang.Runnable getCommand()
- Returns the runnable that this command executes.
- Since:
- 4.1.0
Lumisportal 6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.