Package org.jboss.cache.commands

Interface Summary
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.
 

Class Summary
AbstractVisitor An abstract implementation of a Visitor that delegates all visit calls to a default handler which can be overridden.
 



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