Uses of Interface
org.jboss.cache.TreeNode

Packages that use TreeNode
org.jboss.cache   
org.jboss.cache.factories   
org.jboss.cache.optimistic   
 

Uses of TreeNode in org.jboss.cache
 

Subinterfaces of TreeNode in org.jboss.cache
 interface DataNode
          Represents a DataNode in the cache.
 

Classes in org.jboss.cache that implement TreeNode
 class AbstractNode
           
 class Node
           
 class OptimisticTreeNode
          // TODO: MANIK: Javadoc this
 

Methods in org.jboss.cache that return TreeNode
 TreeNode TreeNode.createChild(java.lang.Object child_name, Fqn fqn, TreeNode parent)
           
 TreeNode TreeNode.getChild(java.lang.Object childName)
           
 TreeNode TreeNode.getParent()
           
 TreeNode TreeNode.createChild(java.lang.Object child_name, Fqn fqn, TreeNode parent, java.lang.Object key, java.lang.Object value)
           
 TreeNode TreeNode.getOrCreateChild(java.lang.Object child_name, GlobalTransaction gtx, boolean createIfNotExists)
          Deprecated. Will be removed in JBossCache 1.3.
 TreeNode Node.getOrCreateChild(java.lang.Object child_name, GlobalTransaction gtx, boolean createIfNotExists)
           
 TreeNode Node.createChild(java.lang.Object child_name, Fqn fqn, TreeNode parent)
           
 TreeNode Node.createChild(java.lang.Object child_name, Fqn fqn, TreeNode parent, java.lang.Object key, java.lang.Object value)
           
 TreeNode DataNode.getOrCreateChild(java.lang.Object child_name, GlobalTransaction gtx, boolean createIfNotExists)
          Creates a new child of this node if it doesn't exist.
 TreeNode DataNode.createChild(java.lang.Object child_name, Fqn fqn, TreeNode parent, java.lang.Object key, java.lang.Object value)
           
 TreeNode AbstractNode.getChild(java.lang.Object child_name)
           
 TreeNode AbstractNode.getParent()
           
 

Methods in org.jboss.cache with parameters of type TreeNode
 TreeNode TreeNode.createChild(java.lang.Object child_name, Fqn fqn, TreeNode parent)
           
 TreeNode TreeNode.createChild(java.lang.Object child_name, Fqn fqn, TreeNode parent, java.lang.Object key, java.lang.Object value)
           
 void TreeNode.addChild(java.lang.Object child_name, TreeNode n)
          Adds the (already created) child node.
 TreeNode Node.createChild(java.lang.Object child_name, Fqn fqn, TreeNode parent)
           
 TreeNode Node.createChild(java.lang.Object child_name, Fqn fqn, TreeNode parent, java.lang.Object key, java.lang.Object value)
           
 TreeNode DataNode.createChild(java.lang.Object child_name, Fqn fqn, TreeNode parent, java.lang.Object key, java.lang.Object value)
           
 void DataNode.addChild(java.lang.Object child_name, TreeNode n)
          Adds the (already created) child node.
 void AbstractNode.addChild(java.lang.Object child_name, TreeNode n)
           
 

Uses of TreeNode in org.jboss.cache.factories
 

Methods in org.jboss.cache.factories that return TreeNode
 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.
 

Methods in org.jboss.cache.factories with parameters of type TreeNode
 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)
          Creates a node of the same type of the node passed in as a template.
 WorkspaceNode NodeFactory.createWorkspaceNode(TreeNode parent, TransactionWorkspace workspace)
           
 

Uses of TreeNode in org.jboss.cache.optimistic
 

Subinterfaces of TreeNode in org.jboss.cache.optimistic
 interface WorkspaceNode
          TODO: MANIK: Add proper javadocs
 

Classes in org.jboss.cache.optimistic that implement TreeNode
 class WorkspaceNodeImpl
          TODO: MANIK: Add proper javadocs
 

Methods in org.jboss.cache.optimistic that return TreeNode
 TreeNode WorkspaceNodeImpl.getParent()
           
 TreeNode WorkspaceNodeImpl.getWrappedParent()
           
 TreeNode WorkspaceNodeImpl.createChild(java.lang.Object child_name, Fqn fqn, TreeNode parent)
           
 TreeNode WorkspaceNodeImpl.getChild(java.lang.Object childName)
           
 TreeNode WorkspaceNodeImpl.getWrappedChild(java.lang.Object fqn)
           
 TreeNode WorkspaceNodeImpl.getOrCreateChild(java.lang.Object child_name, GlobalTransaction gtx, boolean createIfNotExists)
          Deprecated. Will be removed in JBossCache 1.3.
 TreeNode WorkspaceNodeImpl.createChild(java.lang.Object child_name, Fqn fqn, TreeNode parent, java.lang.Object key, java.lang.Object value)
          Deprecated. Will be removed in JBossCache 1.3.
 

Methods in org.jboss.cache.optimistic with parameters of type TreeNode
 TreeNode WorkspaceNodeImpl.createChild(java.lang.Object child_name, Fqn fqn, TreeNode parent)
           
 TreeNode WorkspaceNodeImpl.createChild(java.lang.Object child_name, Fqn fqn, TreeNode parent, java.lang.Object key, java.lang.Object value)
          Deprecated. Will be removed in JBossCache 1.3.
 void WorkspaceNodeImpl.addChild(java.lang.Object child_name, TreeNode n)
          Deprecated. Will be removed in JBossCache 1.3.
 

Constructors in org.jboss.cache.optimistic with parameters of type TreeNode
WorkspaceNodeImpl(TreeNode node, TransactionWorkspace workspace)
          Deprecated.  
 



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