Uses of Class
org.jboss.dna.graph.connector.LockFailedException

Packages that use LockFailedException
org.jboss.dna.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.jboss.dna.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
 

Uses of LockFailedException in org.jboss.dna.graph.connector.map
 

Methods in org.jboss.dna.graph.connector.map that throw LockFailedException
 void MapWorkspace.lockNode(MapNode node, LockBranchRequest.LockScope lockScope, long lockTimeoutInMillis)
          Attempts to lock the given node with the given timeout.
 

Uses of LockFailedException in org.jboss.dna.graph.connector.path
 

Methods in org.jboss.dna.graph.connector.path that throw LockFailedException
 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)
           
 



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