org.modeshape.graph.session
Class GraphSession.RefreshState<Payload,PropertyPayload>

java.lang.Object
  extended by org.modeshape.graph.session.GraphSession.RefreshState<Payload,PropertyPayload>
Enclosing class:
GraphSession<Payload,PropertyPayload>

@NotThreadSafe
protected static final class GraphSession.RefreshState<Payload,PropertyPayload>
extends Object


Constructor Summary
protected GraphSession.RefreshState()
           
 
Method Summary
 Set<GraphSession.Node<Payload,PropertyPayload>> getNodesToBeRefreshed()
           
 void markAsRequiringRefresh(GraphSession.Node<Payload,PropertyPayload> node)
           
 boolean requiresRefresh(GraphSession.Node<Payload,PropertyPayload> node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphSession.RefreshState

protected GraphSession.RefreshState()
Method Detail

markAsRequiringRefresh

public void markAsRequiringRefresh(GraphSession.Node<Payload,PropertyPayload> node)

requiresRefresh

public boolean requiresRefresh(GraphSession.Node<Payload,PropertyPayload> node)

getNodesToBeRefreshed

public Set<GraphSession.Node<Payload,PropertyPayload>> getNodesToBeRefreshed()


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