Package org.jboss.cache

Interface Summary
Replicatable (src) Defines an entity able to receive replications
TransactionManagerLookup (src) Plugin, which allows TreeCache to use different transactional systems
TreeCacheListener (src) Callbacks for various events regarding TreeCache.
 

Class Summary
BatchModeTransactionManagerLookup (src) Returns an instance of DummyTransactionManager, used by standalone cache.
ConsoleListener (src) This class provides a non-graphical view of JBossCache replication events for a replicated cache.
DummyTransactionManagerLookup (src) Returns an instance of DummyTransactionManager, used by standalone cache.
ElementPropertyEditor (src)  
Fqn (src) Fully qualified name.
GenericTransactionManagerLookup (src) A generic class that chooses the best-fit TransactionManager.
GlobalTransaction (src) Uniquely identifies a transaction that spans all nodes in a cluster.
JBossTransactionManagerLookup (src) Default implementation.
Modification (src) Represents a modification in the cache.
Node (src) Represents a node in the tree.
PropertyConfigurator (src) A generic object property configurator.
ReplicationQueue (src) Periodically (or when certain size is exceeded) takes elements and replicates them.
TransactionEntry (src) This is the value (key being the GlobalTransaction (src) ) in the transaction table of TreeCache.
TransactionTable (src) Maintains the mapping between local (Transaction) and global transactions (GlobalTransaction).
TreeCache (src) A tree-like structure that is replicated across several members.
TreeCacheInvocationHandler (src) TreeCacheInvocationHandler is a ServerInvocationHandler that will forward requests to the MBeanServer and return the results from the MBeanServer.
TreeCacheProxy (src) Simple Remoting-based proxy that can be downloaded (via JNDI) into the client's address space.
TreeCacheView (src) Graphical view of a ReplicatedTree (using the MVC paradigm).
TreeCacheView.MyListener (src)  
TreeCacheView2 (src) Graphical view of a ReplicatedTree (using the MVC paradigm).
Version (src)  
 

Exception Summary
CacheException (src) CacheException, mother of all cache exceptions
ConfigureException (src)  
NodeNotExistsException (src) Thrown when an operation is attempted on a non-existing node in the cache