ModeShape Distribution 3.0.0.Beta4

org.modeshape.jcr.cache.document
Class SessionNode.ChangedAdditionalParents

java.lang.Object
  extended by org.modeshape.jcr.cache.document.SessionNode.ChangedAdditionalParents
Enclosing class:
SessionNode

@ThreadSafe
protected static class SessionNode.ChangedAdditionalParents
extends Object


Constructor Summary
protected SessionNode.ChangedAdditionalParents()
           
 
Method Summary
 boolean add(NodeKey key)
           
 int additionCount()
           
 Set<NodeKey> getAdditions()
           
 Set<NodeKey> getRemovals()
           
 boolean isEmpty()
           
 int removalCount()
           
 boolean remove(NodeKey key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionNode.ChangedAdditionalParents

protected SessionNode.ChangedAdditionalParents()
Method Detail

isEmpty

public boolean isEmpty()

additionCount

public int additionCount()

removalCount

public int removalCount()

remove

public boolean remove(NodeKey key)

add

public boolean add(NodeKey key)

getAdditions

public Set<NodeKey> getAdditions()
Returns:
additions

getRemovals

public Set<NodeKey> getRemovals()
Returns:
removals

ModeShape Distribution 3.0.0.Beta4

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