org.infinispan.commands
Interface DataCommand

All Superinterfaces:
ReplicableCommand, VisitableCommand
All Known Subinterfaces:
DataWriteCommand
All Known Implementing Classes:
AbstractDataCommand, AbstractDataWriteCommand, EvictCommand, GetKeyValueCommand, InvalidateCommand, InvalidateL1Command, PutKeyValueCommand, RemoveCommand, ReplaceCommand

public interface DataCommand
extends VisitableCommand

Commands of this type manipulate data in the cache.

Since:
4.0
Author:
Mircea.Markus@jboss.com, Manik Surtani (manik@jboss.org)

Method Summary
 Object getKey()
           
 
Methods inherited from interface org.infinispan.commands.VisitableCommand
acceptVisitor, shouldInvoke
 
Methods inherited from interface org.infinispan.commands.ReplicableCommand
getCommandId, getParameters, perform, setParameters
 

Method Detail

getKey

Object getKey()


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