Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.commands
Interface CancellableCommand

All Superinterfaces:
CacheRpcCommand, ReplicableCommand
All Known Implementing Classes:
DistributedExecuteCommand, MapCombineCommand, ReduceCommand

public interface CancellableCommand
extends CacheRpcCommand

CancellableCommand is a command whose execution in remote VM can be canceled (if needed)

Since:
5.2
Author:
Vladimir Blagojevic

Method Summary
 UUID getUUID()
          Returns UUID of a command
 
Methods inherited from interface org.infinispan.commands.remote.CacheRpcCommand
getCacheName, getOrigin, setOrigin
 
Methods inherited from interface org.infinispan.commands.ReplicableCommand
getCommandId, getParameters, isReturnValueExpected, perform, setParameters
 

Method Detail

getUUID

UUID getUUID()
Returns UUID of a command

Returns:
command UUID

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.