Uses of Interface
org.jboss.cache.TreeCacheMBean

Packages that use TreeCacheMBean
org.jboss.cache   
org.jboss.cache.aop   
org.jboss.cache.loader.rmi   
org.jboss.cache.loader.tcp   
org.jboss.cache.rpc   
 

Uses of TreeCacheMBean in org.jboss.cache
 

Classes in org.jboss.cache that implement TreeCacheMBean
 class TreeCache
          A tree-like structure that is replicated across several members.
 

Uses of TreeCacheMBean in org.jboss.cache.aop
 

Subinterfaces of TreeCacheMBean in org.jboss.cache.aop
 interface PojoCacheMBean
          MBean interface for PojoCache.
 interface TreeCacheAopMBean
          Deprecated. Since 1.4, replaced by PojoCacheMBean
 

Classes in org.jboss.cache.aop that implement TreeCacheMBean
 class MarshalledTreeCache
          Version of TreeCache that added call to handle marshalling values.
 class PojoCache
          PojoCache implementation class.
 class TreeCacheAop
          Deprecated. Since 1.4, replaced by PojoCache
 

Uses of TreeCacheMBean in org.jboss.cache.loader.rmi
 

Methods in org.jboss.cache.loader.rmi that return TreeCacheMBean
 TreeCacheMBean RmiCacheServerMBean.getCache()
           
 TreeCacheMBean RmiCacheServer.getCache()
           
 

Methods in org.jboss.cache.loader.rmi with parameters of type TreeCacheMBean
 void RmiCacheServerMBean.setCache(TreeCacheMBean cache)
           
 void RmiCacheServer.setCache(TreeCacheMBean cache)
           
 

Constructors in org.jboss.cache.loader.rmi with parameters of type TreeCacheMBean
RemoteTreeCacheImpl(TreeCacheMBean cache)
           
 

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

Methods in org.jboss.cache.loader.tcp that return TreeCacheMBean
 TreeCacheMBean TcpCacheServerMBean.getCache()
           
 TreeCacheMBean TcpCacheServer.getCache()
           
 

Methods in org.jboss.cache.loader.tcp with parameters of type TreeCacheMBean
 void TcpCacheServerMBean.setCache(TreeCacheMBean cache)
           
 void TcpCacheServer.setCache(TreeCacheMBean cache)
           
 

Uses of TreeCacheMBean in org.jboss.cache.rpc
 

Subinterfaces of TreeCacheMBean in org.jboss.cache.rpc
 interface RpcTreeCacheMBean
          Deprecated. This class will be removed when JGroups adds a multiplexing capability.
 

Classes in org.jboss.cache.rpc that implement TreeCacheMBean
 class RpcTreeCache
          Deprecated. This class will be removed when JGroups adds a multiplexing capability.
 



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