org.modeshape.graph
Interface Graph.LockScope<Next>

Type Parameters:
Next - The interface that is to be returned when this create request is completed
All Known Implementing Classes:
Graph.LockAction
Enclosing class:
Graph

public static interface Graph.LockScope<Next>

Interface for specifying whether a lock should be deep in scope


Method Summary
 Next andItsDescendants()
           
 Next only()
           
 

Method Detail

andItsDescendants

Next andItsDescendants()

only

Next only()


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