Uses of Package
org.jboss.cache.commands.write

Packages that use org.jboss.cache.commands.write
org.jboss.cache.buddyreplication   
org.jboss.cache.commands   
org.jboss.cache.commands.write   
org.jboss.cache.factories   
org.jboss.cache.interceptors   
org.jboss.cache.interceptors.base   
 

Classes in org.jboss.cache.commands.write used by org.jboss.cache.buddyreplication
CreateNodeCommand
          Command that creates a node.
EvictCommand
          Implements functionality defined by Cache.evict(org.jboss.cache.Fqn)
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.
MoveCommand
          Implements functionality defined by Cache.move(org.jboss.cache.Fqn, org.jboss.cache.Fqn)
PutDataMapCommand
          Implements functionality defined by Cache.put(String, java.util.Map).
PutKeyValueCommand
          Implements functionality defined by Cache.put(org.jboss.cache.Fqn, Object, Object).
RemoveDataCommand
          Implements functionality defined by Cache.remove(String, Object)
RemoveKeyCommand
          Implements functionality defined by Cache.remove(org.jboss.cache.Fqn, Object)
RemoveNodeCommand
          Implements functionality defined by Cache.removeNode(org.jboss.cache.Fqn)
 

Classes in org.jboss.cache.commands.write used by org.jboss.cache.commands
CreateNodeCommand
          Command that creates a node.
EvictCommand
          Implements functionality defined by Cache.evict(org.jboss.cache.Fqn)
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.
MoveCommand
          Implements functionality defined by Cache.move(org.jboss.cache.Fqn, org.jboss.cache.Fqn)
PutDataMapCommand
          Implements functionality defined by Cache.put(String, java.util.Map).
PutKeyValueCommand
          Implements functionality defined by Cache.put(org.jboss.cache.Fqn, Object, Object).
RemoveDataCommand
          Implements functionality defined by Cache.remove(String, Object)
RemoveKeyCommand
          Implements functionality defined by Cache.remove(org.jboss.cache.Fqn, Object)
RemoveNodeCommand
          Implements functionality defined by Cache.removeNode(org.jboss.cache.Fqn)
 

Classes in org.jboss.cache.commands.write used by org.jboss.cache.commands.write
AbstractVersionedDataCommand
          Base version of DataCommand which handles common behaviour
EvictCommand
          Implements functionality defined by Cache.evict(org.jboss.cache.Fqn)
 

Classes in org.jboss.cache.commands.write used by org.jboss.cache.factories
CreateNodeCommand
          Command that creates a node.
EvictCommand
          Implements functionality defined by Cache.evict(org.jboss.cache.Fqn)
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.
MoveCommand
          Implements functionality defined by Cache.move(org.jboss.cache.Fqn, org.jboss.cache.Fqn)
PutDataMapCommand
          Implements functionality defined by Cache.put(String, java.util.Map).
PutKeyValueCommand
          Implements functionality defined by Cache.put(org.jboss.cache.Fqn, Object, Object).
RemoveDataCommand
          Implements functionality defined by Cache.remove(String, Object)
RemoveKeyCommand
          Implements functionality defined by Cache.remove(org.jboss.cache.Fqn, Object)
RemoveNodeCommand
          Implements functionality defined by Cache.removeNode(org.jboss.cache.Fqn)
 

Classes in org.jboss.cache.commands.write used by org.jboss.cache.interceptors
CreateNodeCommand
          Command that creates a node.
EvictCommand
          Implements functionality defined by Cache.evict(org.jboss.cache.Fqn)
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.
MoveCommand
          Implements functionality defined by Cache.move(org.jboss.cache.Fqn, org.jboss.cache.Fqn)
PutDataMapCommand
          Implements functionality defined by Cache.put(String, java.util.Map).
PutKeyValueCommand
          Implements functionality defined by Cache.put(org.jboss.cache.Fqn, Object, Object).
RemoveDataCommand
          Implements functionality defined by Cache.remove(String, Object)
RemoveKeyCommand
          Implements functionality defined by Cache.remove(org.jboss.cache.Fqn, Object)
RemoveNodeCommand
          Implements functionality defined by Cache.removeNode(org.jboss.cache.Fqn)
 

Classes in org.jboss.cache.commands.write used by org.jboss.cache.interceptors.base
EvictCommand
          Implements functionality defined by Cache.evict(org.jboss.cache.Fqn)
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.
MoveCommand
          Implements functionality defined by Cache.move(org.jboss.cache.Fqn, org.jboss.cache.Fqn)
PutDataMapCommand
          Implements functionality defined by Cache.put(String, java.util.Map).
PutKeyValueCommand
          Implements functionality defined by Cache.put(org.jboss.cache.Fqn, Object, Object).
RemoveDataCommand
          Implements functionality defined by Cache.remove(String, Object)
RemoveKeyCommand
          Implements functionality defined by Cache.remove(org.jboss.cache.Fqn, Object)
RemoveNodeCommand
          Implements functionality defined by Cache.removeNode(org.jboss.cache.Fqn)
 



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