Uses of Class
org.jboss.cache.Node

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

Uses of Node in org.jboss.cache
 

Subclasses of Node in org.jboss.cache
 class OptimisticTreeNode
          OptimisticTreeNode contains a data version.
 

Methods in org.jboss.cache that return Node
 Node TreeCache._get(Fqn fqn)
          Returns the raw data of the node; called externally internally.
 Node TreeCache.get(Fqn fqn)
          Returns a DataNode corresponding to the fully qualified name or null if does not exist.
 Node TreeCacheMBean.get(Fqn fqn)
           
 Node TreeCache.get(java.lang.String fqn)
           
 Node TreeCacheMBean.get(java.lang.String fqn)
           
 

Constructors in org.jboss.cache with parameters of type Node
Node(java.lang.Object child_name, Fqn fqn, Node parent, java.util.Map data, boolean mapSafe, TreeCache cache)
          Constructs a new node with a name, etc.
Node(java.lang.Object child_name, Fqn fqn, Node parent, java.util.Map data, TreeCache cache)
          Constructs a new node with a name, etc.
Node(java.lang.Object child_name, Fqn fqn, Node parent, java.lang.Object key, java.lang.Object value, TreeCache cache)
          Constructs a new node with a single key and value.
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)
           
 

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

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



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