org.jboss.cache.commands
Interface DataCommand

All Superinterfaces:
Cloneable, ReplicableCommand, VisitableCommand
All Known Subinterfaces:
ReversibleCommand, VersionedDataCommand
All Known Implementing Classes:
AbstractDataCommand, AbstractVersionedDataCommand, ClearDataCommand, CreateNodeCommand, EvictCommand, ExistsCommand, GetChildrenNamesCommand, GetDataMapCommand, GetKeysCommand, GetKeyValueCommand, GetNodeCommand, GravitateDataCommand, InvalidateCommand, MoveCommand, OptimisticInvalidateCommand, PutDataMapCommand, PutForExternalReadCommand, PutKeyValueCommand, RemoveKeyCommand, RemoveNodeCommand

public interface DataCommand
extends VisitableCommand

Commands of this type manipulate data in the cache.

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

Method Summary
 Fqn getFqn()
          Returns the Fqn of the node on which this command operates.
 
Methods inherited from interface org.jboss.cache.commands.VisitableCommand
acceptVisitor
 
Methods inherited from interface org.jboss.cache.commands.ReplicableCommand
getCommandId, getParameters, perform, setParameters
 

Method Detail

getFqn

Fqn getFqn()
Returns the Fqn of the node on which this command operates.

Returns:
an Fqn


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