Uses of Class
org.jboss.cache.TreeCache

Packages that use TreeCache
org.jboss.cache   
org.jboss.cache.aop   
org.jboss.cache.eviction   
org.jboss.cache.factories   
org.jboss.cache.interceptors   
org.jboss.cache.loader   
org.jboss.cache.loader.bdbje   
org.jboss.cache.loader.tcp   
org.jboss.cache.lock   
org.jboss.cache.optimistic   
org.jboss.cache.rpc   
org.jboss.cache.statetransfer   
org.jboss.cache.util   
 

Uses of TreeCache in org.jboss.cache
 

Methods in org.jboss.cache that return TreeCache
 TreeCache TreeCacheMBean.getInstance()
          Returns a reference to the TreeCache object itself.
 TreeCache TreeCache.getInstance()
           
 

Methods in org.jboss.cache with parameters of type TreeCache
 void TreeCacheListener.cacheStarted(TreeCache cache)
          Called when the cache is started.
 void ConsoleListener.cacheStarted(TreeCache cache)
           
 void AbstractTreeCacheListener.cacheStarted(TreeCache cache)
           
 void TreeCacheListener.cacheStopped(TreeCache cache)
          Called when the cache is stopped.
 void ConsoleListener.cacheStopped(TreeCache cache)
           
 void AbstractTreeCacheListener.cacheStopped(TreeCache cache)
           
protected  void Node.init(java.lang.Object child_name, Fqn fqn, Node parent, TreeCache cache)
           
 void TreeNode.setRecursiveTreeCacheInstance(TreeCache cache)
          Deprecated. Will be removed in JBossCache 1.3.
 void Node.setRecursiveTreeCacheInstance(TreeCache cache)
          Set the tree cache instance recursively down to the children as well.
 void DataNode.setRecursiveTreeCacheInstance(TreeCache cache)
           
 

Constructors in org.jboss.cache with parameters of type TreeCache
ConsoleListener(TreeCache cache)
          Constructor.
ConsoleListener(TreeCache cache, boolean startCache, boolean stopCache)
          Constructor.
Node(java.lang.Object child_name, Fqn fqn, Node parent, java.util.Map data, boolean mapSafe, TreeCache cache)
           
Node(java.lang.Object child_name, Fqn fqn, Node parent, java.util.Map data, TreeCache cache)
           
Node(java.lang.Object child_name, Fqn fqn, Node parent, java.lang.Object key, java.lang.Object value, TreeCache cache)
           
OptimisticTreeNode(java.lang.Object child_name, Fqn fqn, Node parent, java.util.Map data, boolean mapSafe, TreeCache cache)
           
OptimisticTreeNode(java.lang.Object childName, Fqn fqn, Node parent, java.util.Map data, boolean mapSafe, TreeCache cache, DataVersion version)
           
OptimisticTreeNode(java.lang.Object child_name, Fqn fqn, Node parent, java.util.Map data, TreeCache cache)
           
OptimisticTreeNode(java.lang.Object child_name, Fqn fqn, Node parent, java.lang.Object key, java.lang.Object value, TreeCache cache)
           
ReplicationQueue(TreeCache cache, long interval, long max_elements)
           
TreeCacheView2(TreeCache cache)
           
 

Uses of TreeCache in org.jboss.cache.aop
 

Subclasses of TreeCache in org.jboss.cache.aop
 class MarshalledTreeCache
          Version of TreeCache that added call to handle marshalling values.
 class TreeCacheAop
          Implementation of the cache using dynamic aop interceptors.
 

Fields in org.jboss.cache.aop declared as TreeCache
protected  TreeCache MarshalledTreeCache.localCopy_
           
 

Methods in org.jboss.cache.aop with parameters of type TreeCache
 void MarshalledTreeCache.cacheStarted(TreeCache cache)
           
 void MarshalledTreeCache.cacheStopped(TreeCache cache)
           
 

Uses of TreeCache in org.jboss.cache.eviction
 

Fields in org.jboss.cache.eviction declared as TreeCache
protected  TreeCache BaseEvictionPolicy.cache_
           
 

Methods in org.jboss.cache.eviction with parameters of type TreeCache
 void RegionManager.configure(TreeCache cache)
           
 void LRUPolicy.configure(TreeCache cache)
           
 void EvictionPolicy.configure(TreeCache cache)
          Method called to configure this implementation.
 void BaseEvictionPolicy.configure(TreeCache cache)
           
 

Uses of TreeCache in org.jboss.cache.factories
 

Methods in org.jboss.cache.factories with parameters of type TreeCache
 Interceptor InterceptorChainFactory.buildInterceptorChain(TreeCache cache)
           
 DataNode NodeFactory.createDataNode(byte nodeType, java.lang.Object childName, Fqn fqn, DataNode parent, java.util.Map data, boolean mapSafe, TreeCache cache)
           
 DataNode NodeFactory.createDataNode(byte nodeType, java.lang.Object childName, Fqn fqn, DataNode parent, java.util.Map data, boolean mapSafe, TreeCache cache, DataVersion version)
          Creates a new DataNode instance.
 DataNode NodeFactory.createDataNode(byte nodeType, java.lang.Object childName, Fqn fqn, DataNode parent, java.util.Map data, TreeCache cache)
           
 DataNode NodeFactory.createDataNode(byte nodeType, java.lang.Object childName, Fqn fqn, DataNode parent, java.util.Map data, TreeCache cache, DataVersion version)
           
 TreeNode NodeFactory.createNodeOfType(TreeNode template, java.lang.Object childName, Fqn fqn, TreeNode parent, java.util.Map data, TreeCache cache)
          Creates a node of the same type of the node passed in as a template.
 TreeNode NodeFactory.createNodeOfType(TreeNode template, java.lang.Object childName, Fqn fqn, TreeNode parent, java.util.Map data, TreeCache cache, DataVersion version)
          same as above, passing in an explicit version
 

Uses of TreeCache in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type TreeCache
 void UnlockInterceptor.setCache(TreeCache cache)
           
 void TxInterceptor.setCache(TreeCache cache)
           
 void PessimisticLockInterceptor.setCache(TreeCache cache)
           
 void PassivationInterceptor.setCache(TreeCache cache)
           
 void OptimisticValidatorInterceptor.setCache(TreeCache cache)
          Set of GlobalTransactions that originated somewhere else (we didn't create them).
 void OptimisticReplicationInterceptor.setCache(TreeCache cache)
           
 void OptimisticNodeInterceptor.setCache(TreeCache cache)
           
 void OptimisticLockingInterceptor.setCache(TreeCache cache)
           
 void OptimisticInterceptor.setCache(TreeCache cache)
           
 void OptimisticCreateIfNotExistsInterceptor.setCache(TreeCache cache)
           
 void InvalidationInterceptor.setCache(TreeCache cache)
           
 void Interceptor.setCache(TreeCache cache)
           
 void CreateIfNotExistsInterceptor.setCache(TreeCache cache)
          Deprecated.  
 void CallInterceptor.setCache(TreeCache cache)
           
 void CacheStoreInterceptor.setCache(TreeCache cache)
           
 void CacheMgmtInterceptor.setCache(TreeCache cache)
           
 void CacheLoaderInterceptor.setCache(TreeCache cache)
           
 void BaseRpcInterceptor.setCache(TreeCache cache)
           
 void BaseCacheLoaderInterceptor.setCache(TreeCache cache)
           
 

Uses of TreeCache in org.jboss.cache.loader
 

Methods in org.jboss.cache.loader with parameters of type TreeCache
 void SharedStoreCacheLoader.cacheStarted(TreeCache cache)
           
 void SharedStoreCacheLoader.cacheStopped(TreeCache cache)
           
 void SharedStoreCacheLoader.setCache(TreeCache c)
           
 void RpcDelegatingCacheLoader.setCache(TreeCache cache)
          Allows configuration via XML config file.
 void RmiDelegatingCacheLoader.setCache(TreeCache cache)
          Allows configuration via XML config file.
 void LocalDelegatingCacheLoader.setCache(TreeCache cache)
           
 void JDBCCacheLoader.setCache(TreeCache c)
           
 void FileCacheLoader.setCache(TreeCache c)
           
abstract  void DelegatingCacheLoader.setCache(TreeCache c)
           
 void ClusteredCacheLoader.setCache(TreeCache c)
          This method allows the CacheLoader to set the TreeCache, therefore allowing the CacheLoader to invoke methods of the TreeCache.
 void ChainingCacheLoader.setCache(TreeCache c)
          This method allows the CacheLoader to set the TreeCache, therefore allowing the CacheLoader to invoke methods of the TreeCache.
 void CacheLoader.setCache(TreeCache c)
          Sets the TreeCache that is maintaining this CacheLoader.
 void AsyncCacheLoader.setCache(TreeCache c)
           
 void CacheLoaderManager.setConfig(CacheLoaderConfig config, TreeCache cache)
          Sets a configuration object and creates a cacheloader accordingly.
 void CacheLoaderManager.setConfig(org.w3c.dom.Element cacheLoaderConfig, TreeCache cache)
          Creates a cache loader based on an XML element passed in.
protected  void LocalDelegatingCacheLoader.setDelegateCache(TreeCache delegate)
           
 

Constructors in org.jboss.cache.loader with parameters of type TreeCache
LocalDelegatingCacheLoader(TreeCache delegate)
           
RmiDelegatingCacheLoader(TreeCache cache, java.lang.String host, int port, java.lang.String bindName)
          Allows programmatic configuration.
RpcDelegatingCacheLoader(TreeCache cache, int timeout)
          Allows programmatic configuration.
 

Uses of TreeCache in org.jboss.cache.loader.bdbje
 

Methods in org.jboss.cache.loader.bdbje with parameters of type TreeCache
 void BdbjeCacheLoader.setCache(TreeCache c)
          Sets the TreeCache owner of this cache loader.
 

Uses of TreeCache in org.jboss.cache.loader.tcp
 

Methods in org.jboss.cache.loader.tcp with parameters of type TreeCache
 void TcpDelegatingCacheLoader.setCache(TreeCache cache)
          Allows configuration via XML config file.
 

Uses of TreeCache in org.jboss.cache.lock
 

Constructors in org.jboss.cache.lock with parameters of type TreeCache
IdentityLock(TreeCache cache, Fqn fqn)
           
 

Uses of TreeCache in org.jboss.cache.optimistic
 

Methods in org.jboss.cache.optimistic that return TreeCache
 TreeCache TransactionWorkspaceImpl.getCache()
           
 

Methods in org.jboss.cache.optimistic with parameters of type TreeCache
 TreeNode WorkspaceNodeImpl.createChild(java.lang.Object child_name, Fqn fqn, TreeNode parent, TreeCache cache, DataVersion version)
           
 TreeNode WorkspaceNode.createChild(java.lang.Object child_name, Fqn fqn, TreeNode parent, TreeCache cache, DataVersion version)
           
 void TransactionWorkspaceImpl.setCache(TreeCache cache)
           
 void WorkspaceNodeImpl.setRecursiveTreeCacheInstance(TreeCache cache)
          Deprecated. Will be removed in JBossCache 1.3.
 

Uses of TreeCache in org.jboss.cache.rpc
 

Subclasses of TreeCache in org.jboss.cache.rpc
 class RpcTreeCache
          Deprecated. This class will be removed when JGroups adds a multiplexing capability.
 

Uses of TreeCache in org.jboss.cache.statetransfer
 

Methods in org.jboss.cache.statetransfer with parameters of type TreeCache
static StateTransferGenerator StateTransferFactory.getStateTransferGenerator(TreeCache cache)
          Gets the StateTransferGenerator able to handle the given cache instance.
static StateTransferIntegrator StateTransferFactory.getStateTransferIntegrator(byte[] state, Fqn targetFqn, TreeCache cache)
          Gets a StateTransferIntegrator able to handle the given state.
 

Uses of TreeCache in org.jboss.cache.util
 

Methods in org.jboss.cache.util with parameters of type TreeCache
static void MBeanConfigurator.registerInterceptors(javax.management.MBeanServer server, TreeCache cache, boolean registerCache)
           
static void MBeanConfigurator.unregisterInterceptors(javax.management.MBeanServer server, TreeCache cache, boolean unregisterCache)
           
 



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