Package org.jboss.cache

Interface Summary
Replicatable Defines an entity able to receive replications
TransactionManagerLookup Plugin, which allows TreeCache to use different transactional systems
TreeCacheListener Callbacks for various events regarding TreeCache.
TreeCacheMBean MBean interface.
TreeCacheViewMBean MBean interface.
 

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

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



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.