Uses of Class
org.modeshape.graph.request.LockBranchRequest.LockScope

Packages that use LockBranchRequest.LockScope
org.modeshape.graph.connector.map The MapRepository class and its supporting classes provide a default implementation of the connector classes for connectors that support the transient or persistent mapping of a UUID to a standard representation of a node
org.modeshape.graph.connector.path The PathRepository class and its supporting classes provide a default read-only implementation of the connector classes for connectors that only support path-based access to a standard representation of a node
org.modeshape.graph.request Sometimes its useful to work with a graph using objects that represent individual commands on the graph. 
 

Uses of LockBranchRequest.LockScope in org.modeshape.graph.connector.map
 

Methods in org.modeshape.graph.connector.map with parameters of type LockBranchRequest.LockScope
 void MapWorkspace.lockNode(MapNode node, LockBranchRequest.LockScope lockScope, long lockTimeoutInMillis)
          Attempts to lock the given node with the given timeout.
 

Uses of LockBranchRequest.LockScope in org.modeshape.graph.connector.path
 

Methods in org.modeshape.graph.connector.path with parameters of type LockBranchRequest.LockScope
 void PathWorkspace.lockNode(PathNode node, LockBranchRequest.LockScope lockScope, long lockTimeoutInMillis)
          Attempts to lock the given node with the given timeout.
 void AbstractWritablePathWorkspace.lockNode(PathNode node, LockBranchRequest.LockScope lockScope, long lockTimeoutInMillis)
           
 

Uses of LockBranchRequest.LockScope in org.modeshape.graph.request
 

Methods in org.modeshape.graph.request that return LockBranchRequest.LockScope
 LockBranchRequest.LockScope LockBranchRequest.lockScope()
          Get whether the lock should include all of the descendants of the node as well as the node itself
static LockBranchRequest.LockScope LockBranchRequest.LockScope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LockBranchRequest.LockScope[] LockBranchRequest.LockScope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.modeshape.graph.request with parameters of type LockBranchRequest.LockScope
 LockBranchRequest RequestBuilder.lockBranch(String workspaceName, Location target, LockBranchRequest.LockScope lockScope, long lockTimeoutInMillis)
          Create a request to lock a branch or node
 

Constructors in org.modeshape.graph.request with parameters of type LockBranchRequest.LockScope
LockBranchRequest(Location at, String workspaceName, LockBranchRequest.LockScope isDeep, long lockTimeoutInMillis)
          Create a request to lock the node or branch at the supplied location.
 



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