Package lumis.portal.cluster
Interface IClusterCommandSPI<T extends java.io.Serializable>
-
- Type Parameters:
T
- the return type of callable.
- All Superinterfaces:
IClusterCommand<T>
,IClusterTransmission
public interface IClusterCommandSPI<T extends java.io.Serializable> extends IClusterCommand<T>
A cluster command that allows to get the inner callable.- Since:
- 8.0.0
- Version:
- $Revision: 17047 $ $Date: 2015-03-03 11:22:22 -0300 (Tue, 03 Mar 2015) $
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface lumis.portal.cluster.IClusterTransmission
IClusterTransmission.Flag
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.concurrent.Callable<T>
getCommand()
Returns the inner callable.-
Methods inherited from interface lumis.portal.cluster.IClusterTransmission
getFlags, getId, getSenderId, toString
-
-
-
-
Method Detail
-
getCommand
java.util.concurrent.Callable<T> getCommand()
Returns the inner callable.- Returns:
- the inner callable.
- Since:
- 8.0.0
-
-