ModeShape Distribution 3.0.0.Beta4

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

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

protected static class SessionNode.MixinChanges
extends Object


Constructor Summary
protected SessionNode.MixinChanges()
           
 
Method Summary
 void add(Name mixin)
           
 Set<Name> getAdded()
           
 Set<Name> getRemoved()
           
 boolean isEmpty()
           
 void remove(Name mixin)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessionNode.MixinChanges

protected SessionNode.MixinChanges()
Method Detail

add

public void add(Name mixin)

remove

public void remove(Name mixin)

getAdded

public Set<Name> getAdded()

getRemoved

public Set<Name> getRemoved()

isEmpty

public boolean isEmpty()

toString

public String toString()
Overrides:
toString in class Object

ModeShape Distribution 3.0.0.Beta4

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