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

Type Parameters:
Next - The interface that is to be returned when this create request is completed
Enclosing class:
Graph

public static interface Graph.LockTimeout<Next>

Interface for specifying whether the maximum length of the lock


Method Summary
 Next withDefaultTimeout()
           
 Next withTimeoutOf(long milliseconds)
           
 

Method Detail

withDefaultTimeout

Next withDefaultTimeout()

withTimeoutOf

Next withTimeoutOf(long milliseconds)


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