Package org.jboss.cache

Interface Summary
DataNode Represents a DataNode in the cache.
ExtendedTreeCacheListener Callbacks for various events regarding TreeCache.
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.
TreeNode Represents a node in the tree.
 

Class Summary
AbstractNode  
AbstractTreeCacheListener TODO: add java doc
BatchModeTransactionManagerLookup Returns an instance of DummyTransactionManager, used by standalone cache.
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  
OptimisticTransactionEntry // TODO: MANIK: Javadoc this
OptimisticTreeNode // TODO: MANIK: Javadoc this
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.
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
RegionNotEmptyException Thrown when an attempt is made to activate a subtree roote in Fqn that already has an existing node in the cache.
ReplicationException Thrown when a replication problem occurred
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.