Uses of Class
org.jboss.cache.commands.write.AbstractVersionedDataCommand

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

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

Subclasses of AbstractVersionedDataCommand in org.jboss.cache.commands.write
 class EvictCommand
          Implements functionality defined by Cache.evict(org.jboss.cache.Fqn)
 class InvalidateCommand
          Very much like an evict(), except that regardless of whether there is a child present, this call will never remove the node from memory - just remove its contents.
 class PutDataMapCommand
          Implements functionality defined by Cache.put(String, java.util.Map).
 class PutKeyValueCommand
          Implements functionality defined by Cache.put(org.jboss.cache.Fqn, Object, Object).
 class RemoveDataCommand
          Implements functionality defined by Cache.remove(String, 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 © 2008 JBoss, a division of Red Hat. All Rights Reserved.