Uses of Class
org.modeshape.graph.connector.LockFailedException

Packages that use LockFailedException
org.modeshape.connector.store.jpa.model.simple The classes that define the "simple" storage model for the JPA connector. 
org.modeshape.graph.connector.base This package defines a series of classes that can serve as base classes for a connector implementation. 
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
 

Uses of LockFailedException in org.modeshape.connector.store.jpa.model.simple
 

Methods in org.modeshape.connector.store.jpa.model.simple that throw LockFailedException
 void SimpleJpaRepository.Workspace.lockNode(MapNode node, LockBranchRequest.LockScope lockScope, long lockTimeoutInMillis)
          This connector does not support connector-level, persistent locking of nodes.
 

Uses of LockFailedException in org.modeshape.graph.connector.base
 

Methods in org.modeshape.graph.connector.base that throw LockFailedException
 void Transaction.lockNode(WorkspaceType workspace, NodeType node, LockBranchRequest.LockScope lockScope, long lockTimeoutInMillis)
          Attempts to lock the given node with the given timeout.
 void BaseTransaction.lockNode(WorkspaceType workspace, NodeType node, LockBranchRequest.LockScope lockScope, long lockTimeoutInMillis)
          Attempts to lock the given node with the given timeout.
 

Uses of LockFailedException in org.modeshape.graph.connector.map
 

Methods in org.modeshape.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.modeshape.graph.connector.path
 

Methods in org.modeshape.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.