Uses of Class
org.jboss.cache.NodeNotExistsException

Packages that use NodeNotExistsException
org.jboss.cache   
org.jboss.cache.invocation   
org.jboss.cache.mvcc   
 

Uses of NodeNotExistsException in org.jboss.cache
 

Methods in org.jboss.cache that throw NodeNotExistsException
 void Cache.move(Fqn nodeToMove, Fqn newParent)
          Moves a part of the cache to a different subtree.
 void Cache.move(String nodeToMove, String newParent)
          Convenience method that takes in string representations of Fqns.
 

Uses of NodeNotExistsException in org.jboss.cache.invocation
 

Methods in org.jboss.cache.invocation that throw NodeNotExistsException
 void CacheInvocationDelegate.move(Fqn nodeToMove, Fqn newParent)
           
 void CacheInvocationDelegate.move(String nodeToMove, String newParent)
           
 

Uses of NodeNotExistsException in org.jboss.cache.mvcc
 

Methods in org.jboss.cache.mvcc that throw NodeNotExistsException
protected  InternalNode ReadCommittedNode.lookupParent(Fqn fqn, InvocationContext ctx, DataContainer container)
          Performs a lookup for the parent node of the Fqn passed in.
 



Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.