Uses of Class
org.modeshape.graph.session.InvalidStateException

Packages that use InvalidStateException
org.modeshape.graph.session A graph session provides a stateful environment in which graph operations can be enqueued and the state and structure of the graph are cached. 
 

Uses of InvalidStateException in org.modeshape.graph.session
 

Methods in org.modeshape.graph.session that throw InvalidStateException
 void GraphSession.refresh(boolean keepChanges)
          Refreshes (removes the cached state) for all cached nodes.
 void GraphSession.refresh(GraphSession.Node<Payload,PropertyPayload> node, boolean keepChanges)
          Refreshes (removes the cached state) for the given node and its descendants.
 void GraphSession.refreshProperties(GraphSession.Node<Payload,PropertyPayload> node)
          Refreshes all properties for the given node only.
 void GraphSession.save()
          Save any changes that have been accumulated by this session.
 void GraphSession.save(GraphSession.Node<Payload,PropertyPayload> node)
          Save any changes to the identified node or its descendants.
 



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