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.legacy   
org.jboss.cache.commands.legacy.read   
org.jboss.cache.commands.legacy.write   
org.jboss.cache.commands.read   
org.jboss.cache.commands.remote   
org.jboss.cache.commands.tx   
org.jboss.cache.commands.write   
org.jboss.cache.interceptors   
org.jboss.cache.interceptors.base   
org.jboss.cache.invocation   
org.jboss.cache.loader   
org.jboss.cache.lock   
org.jboss.cache.marshall   
org.jboss.cache.transaction   
 

Classes in org.jboss.cache.commands used by org.jboss.cache
CommandsFactory
          Factory for all types of cache commands.
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.
CommandsFactory
          Factory for all types of cache commands.
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.
WriteCommand
          A write command that has a reference to a GlobalTransaction.
 

Classes in org.jboss.cache.commands used by org.jboss.cache.commands
CommandsFactory
          Factory for all types of cache commands.
CommandsFactoryImpl
          This is the implementation to use for most commands and most locking schemes.
DataCommand
          Commands of this type manipulate data in the cache.
OptimisticCommandsFactoryImpl
          Deprecated. will be removed with opt locking
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.
WriteCommand
          A write command that has a reference to a GlobalTransaction.
 

Classes in org.jboss.cache.commands used by org.jboss.cache.commands.legacy
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.
WriteCommand
          A write command that has a reference to a GlobalTransaction.
 

Classes in org.jboss.cache.commands used by org.jboss.cache.commands.legacy.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.
 

Classes in org.jboss.cache.commands used by org.jboss.cache.commands.legacy.write
DataCommand
          Commands of this type manipulate data in the cache.
ReplicableCommand
          The core of the command-based cache framework.
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.
WriteCommand
          A write command that has a reference to a GlobalTransaction.
 

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
CommandsFactory
          Factory for all types of cache commands.
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.
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.
WriteCommand
          A write command that has a reference to a GlobalTransaction.
 

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.
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.
WriteCommand
          A write command that has a reference to a GlobalTransaction.
 

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.
CommandsFactory
          Factory for all types of cache commands.
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.
WriteCommand
          A write command that has a reference to a GlobalTransaction.
 

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.invocation
CommandsFactory
          Factory for all types of cache commands.
 

Classes in org.jboss.cache.commands used by org.jboss.cache.loader
CommandsFactory
          Factory for all types of cache commands.
 

Classes in org.jboss.cache.commands used by org.jboss.cache.lock
CommandsFactory
          Factory for all types of cache commands.
 

Classes in org.jboss.cache.commands used by org.jboss.cache.marshall
CommandsFactory
          Factory for all types of cache commands.
ReplicableCommand
          The core of the command-based cache framework.
 

Classes in org.jboss.cache.commands used by org.jboss.cache.transaction
WriteCommand
          A write command that has a reference to a GlobalTransaction.
 



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