org.jboss.dna.connector.store.jpa.util
Class RequestProcessorCache.WorkspaceCache

java.lang.Object
  extended by org.jboss.dna.connector.store.jpa.util.RequestProcessorCache.WorkspaceCache
Enclosing class:
RequestProcessorCache

public class RequestProcessorCache.WorkspaceCache
extends Object


Method Summary
 void addNewNode(Location location)
           
 LinkedList<Location> getAllChildren(Path parent)
           
 Location getLocationFor(Path node)
           
 String getString(NamespaceRegistry namespaces)
           
 boolean moveNode(Location oldLocation, int oldIndexInParent, Location newLocation)
           
 boolean removeBranch(Iterable<Location> locations)
           
 void setAllChildren(Path parent, LinkedList<Location> children)
           
 String toString()
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getLocationFor

public Location getLocationFor(Path node)

addNewNode

public void addNewNode(Location location)

getAllChildren

public LinkedList<Location> getAllChildren(Path parent)

setAllChildren

public void setAllChildren(Path parent,
                           LinkedList<Location> children)

moveNode

public boolean moveNode(Location oldLocation,
                        int oldIndexInParent,
                        Location newLocation)

removeBranch

public boolean removeBranch(Iterable<Location> locations)

getString

public String getString(NamespaceRegistry namespaces)

toString

public String toString()

Overrides:
toString in class Object
See Also:
Object.toString()


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