|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
org.jboss.cache | |
org.jboss.cache.aop |
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)
|
Uses of Node in org.jboss.cache.aop |
Methods in org.jboss.cache.aop that return Node | |
protected Node |
CachedSetInterceptor.getNode()
|
protected Node |
CachedMapInterceptor.getNode()
|
protected Node |
CachedMap.getNode()
|
protected Node |
CachedListInterceptor.getNode()
|
protected Node |
CachedList.getNode()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |