Uses of Class
org.jboss.cache.NodeNotExistsException

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

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)
           
 



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