lumis.portal.cluster
Interface IClusterCommand

Package class diagram package IClusterCommand
All Superinterfaces:
IClusterTransmission

@StableMinor(version="5.5",
             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)

Nested Class Summary
 
Nested classes/interfaces inherited from interface lumis.portal.cluster.IClusterTransmission
IClusterTransmission.Flag
 
Method Summary
 Runnable getCommand()
          Returns the runnable that this command executes.
 
Methods inherited from interface lumis.portal.cluster.IClusterTransmission
getFlags, getId, getSenderId, toString
 

Method Detail

getCommand

Runnable getCommand()
Returns the runnable that this command executes.

Since:
4.1.0


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.