Class ActionState
- java.lang.Object
-
- org.infinispan.remoting.inboundhandler.action.ActionState
-
-
Constructor Summary
Constructors Constructor Description ActionState(ReplicableCommand command, int commandTopologyId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends ReplicableCommand>
TgetCommand()
int
getCommandTopologyId()
-
-
-
Constructor Detail
-
ActionState
public ActionState(ReplicableCommand command, int commandTopologyId)
-
-
Method Detail
-
getCommand
public final <T extends ReplicableCommand> T getCommand()
-
getCommandTopologyId
public final int getCommandTopologyId()
-
-