站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 Cache API Documentation 英文版文档

Uses of Class org.jboss.cache.Node (JBoss Cache API) - JBoss 3.2.7 Cache API Documentation 英文版文档


Uses of Class
org.jboss.cache.Node

Packages that use Node
org.jboss.cache   
 

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 TreeCache.getRoot()
          Used by interceptors.
 Node TreeCache.get(String fqn)
           
 Node TreeCache.get(Fqn fqn)
           
 Node TreeCache._get(Fqn fqn)
           
 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)
           
 

Methods in org.jboss.cache with parameters of type Node
 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.
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)
           
 

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)
           
 



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