Uses of Interface
org.jboss.cache.commands.VersionedDataCommand

Packages that use VersionedDataCommand
org.jboss.cache.commands.write   
 

Uses of VersionedDataCommand in org.jboss.cache.commands.write
 

Classes in org.jboss.cache.commands.write that implement VersionedDataCommand
 class AbstractVersionedDataCommand
          Base version of DataCommand which handles common behaviour
 class ClearDataCommand
          Implements functionality defined by Cache.clearData(String)}
 class OptimisticInvalidateCommand
          Behaves like InvalidateCommand.
 class PutDataMapCommand
          Implements functionality defined by Cache.put(String, java.util.Map).
 class PutForExternalReadCommand
          Represents the Cache.putForExternalRead(org.jboss.cache.Fqn, Object, Object) method call.
 class PutKeyValueCommand
          Implements functionality defined by Cache.put(org.jboss.cache.Fqn, Object, Object).
 class RemoveKeyCommand
          Implements functionality defined by Cache.remove(org.jboss.cache.Fqn, Object)
 class RemoveNodeCommand
          Implements functionality defined by Cache.removeNode(org.jboss.cache.Fqn)
 



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