Uses of Class
org.jboss.cache.Node

Packages that use Node
org.jboss.cache   
org.jboss.cache.aop   
org.jboss.cache.loader   
org.jboss.cache.loader.rmi   
 

Uses of Node in org.jboss.cache
 

Fields in org.jboss.cache declared as Node
protected  Node TreeCache.root
           
 

Methods in org.jboss.cache that return Node
 Node Node.getChild(Object child_name)
           
 Node Node.getParent()
           
 Node Node.createChild(Object child_name, Fqn fqn, Node parent)
           
 Node Node.createChild(Object child_name, Fqn fqn, Node parent, Map data)
           
 Node Node.createChild(Object child_name, Fqn fqn, Node parent, Object key, Object value)
           
 Node TreeCache.getRoot()
          Used by interceptors.
 Node TreeCache.get(String fqn)
           
 Node TreeCache.get(Fqn fqn)
           
 Node TreeCache._get(Fqn fqn)
           
 

Methods in org.jboss.cache with parameters of type Node
protected  void Node.init(Object child_name, Fqn fqn, Node parent, TreeCache cache)
           
 Node Node.createChild(Object child_name, Fqn fqn, Node parent)
           
 Node Node.createChild(Object child_name, Fqn fqn, Node parent, Map data)
           
 Node Node.createChild(Object child_name, Fqn fqn, Node parent, Object key, Object value)
           
 void TreeCache._addChild(GlobalTransaction tx, Fqn parent_fqn, Object child_name, Node old_node)
          Compensating method to TreeCache._remove(GlobalTransaction,Fqn,boolean).
protected  void TreeCache.notifyAllNodesCreated(Node curr)
          Generates NodeAdded notifications for all nodes of the tree.
 

Constructors in org.jboss.cache with parameters of type Node
Node(Object child_name, Fqn fqn, Node parent, Map data, TreeCache cache)
           
Node(Object child_name, Fqn fqn, Node parent, Object key, Object value, TreeCache cache)
           
 

Uses of Node in org.jboss.cache.aop
 

Methods in org.jboss.cache.aop that return Node
protected  Node CachedList.getNode()
           
protected  Node CachedMapInterceptor.getNode()
           
protected  Node CachedSetInterceptor.getNode()
           
protected  Node CachedListInterceptor.getNode()
           
protected  Node CachedMap.getNode()
           
 

Uses of Node in org.jboss.cache.loader
 

Methods in org.jboss.cache.loader that return Node
protected  Node LocalDelegatingCacheLoader.delegateGet(Fqn name)
           
protected  Node RmiDelegatingCacheLoader.delegateGet(Fqn name)
           
protected  Node RpcDelegatingCacheLoader.delegateGet(Fqn name)
           
protected abstract  Node DelegatingCacheLoader.delegateGet(Fqn name)
           
 

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

Methods in org.jboss.cache.loader.rmi that return Node
 Node RemoteTreeCache.get(Fqn name)
           
 Node RemoteTreeCacheImpl.get(Fqn name)
           
 



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