Uses of Package
org.jboss.cache.commands

Packages that use org.jboss.cache.commands
org.jboss.cache   
org.jboss.cache.buddyreplication   
org.jboss.cache.commands   
org.jboss.cache.commands.read   
org.jboss.cache.commands.remote   
org.jboss.cache.commands.tx   
org.jboss.cache.commands.write   
org.jboss.cache.factories   
org.jboss.cache.interceptors   
org.jboss.cache.interceptors.base   
org.jboss.cache.marshall   
org.jboss.cache.transaction   
 

Classes in org.jboss.cache.commands used by org.jboss.cache
ReplicableCommand
          The core of the command-based cache framework.
VisitableCommand
          A type of command that can accept Visitors, such as CommandInterceptors.
 

Classes in org.jboss.cache.commands used by org.jboss.cache.buddyreplication
AbstractVisitor
          An abstract implementation of a Visitor that delegates all visit calls to a default handler which can be overridden.
ReversibleCommand
          A reversible command is one that can be rolled back.
VisitableCommand
          A type of command that can accept Visitors, such as CommandInterceptors.
Visitor
          This interface is the core of JBoss Cache, where each VisitableCommand can be visited by a Visitor implementation.
 

Classes in org.jboss.cache.commands used by org.jboss.cache.commands
DataCommand
          Commands of this type manipulate data in the cache.
ReplicableCommand
          The core of the command-based cache framework.
ReversibleCommand
          A reversible command is one that can be rolled back.
VisitableCommand
          A type of command that can accept Visitors, such as CommandInterceptors.
Visitor
          This interface is the core of JBoss Cache, where each VisitableCommand can be visited by a Visitor implementation.
 

Classes in org.jboss.cache.commands used by org.jboss.cache.commands.read
DataCommand
          Commands of this type manipulate data in the cache.
ReplicableCommand
          The core of the command-based cache framework.
VisitableCommand
          A type of command that can accept Visitors, such as CommandInterceptors.
Visitor
          This interface is the core of JBoss Cache, where each VisitableCommand can be visited by a Visitor implementation.
 

Classes in org.jboss.cache.commands used by org.jboss.cache.commands.remote
DataCommand
          Commands of this type manipulate data in the cache.
ReplicableCommand
          The core of the command-based cache framework.
 

Classes in org.jboss.cache.commands used by org.jboss.cache.commands.tx
ReplicableCommand
          The core of the command-based cache framework.
ReversibleCommand
          A reversible command is one that can be rolled back.
VisitableCommand
          A type of command that can accept Visitors, such as CommandInterceptors.
Visitor
          This interface is the core of JBoss Cache, where each VisitableCommand can be visited by a Visitor implementation.
 

Classes in org.jboss.cache.commands used by org.jboss.cache.commands.write
DataCommand
          Commands of this type manipulate data in the cache.
ReplicableCommand
          The core of the command-based cache framework.
ReversibleCommand
          A reversible command is one that can be rolled back.
VersionedDataCommand
          Just like a DataCommand, except that these are versioned and reversible too.
VisitableCommand
          A type of command that can accept Visitors, such as CommandInterceptors.
Visitor
          This interface is the core of JBoss Cache, where each VisitableCommand can be visited by a Visitor implementation.
 

Classes in org.jboss.cache.commands used by org.jboss.cache.factories
DataCommand
          Commands of this type manipulate data in the cache.
ReplicableCommand
          The core of the command-based cache framework.
ReversibleCommand
          A reversible command is one that can be rolled back.
 

Classes in org.jboss.cache.commands used by org.jboss.cache.interceptors
AbstractVisitor
          An abstract implementation of a Visitor that delegates all visit calls to a default handler which can be overridden.
ReplicableCommand
          The core of the command-based cache framework.
ReversibleCommand
          A reversible command is one that can be rolled back.
VisitableCommand
          A type of command that can accept Visitors, such as CommandInterceptors.
Visitor
          This interface is the core of JBoss Cache, where each VisitableCommand can be visited by a Visitor implementation.
 

Classes in org.jboss.cache.commands used by org.jboss.cache.interceptors.base
AbstractVisitor
          An abstract implementation of a Visitor that delegates all visit calls to a default handler which can be overridden.
VisitableCommand
          A type of command that can accept Visitors, such as CommandInterceptors.
Visitor
          This interface is the core of JBoss Cache, where each VisitableCommand can be visited by a Visitor implementation.
 

Classes in org.jboss.cache.commands used by org.jboss.cache.marshall
ReplicableCommand
          The core of the command-based cache framework.
 

Classes in org.jboss.cache.commands used by org.jboss.cache.transaction
ReversibleCommand
          A reversible command is one that can be rolled back.
 



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