Uses of Interface
org.modeshape.graph.connector.path.PathRepositoryTransaction

Packages that use PathRepositoryTransaction
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 PathRepositoryTransaction in org.modeshape.graph.connector.path
 

Methods in org.modeshape.graph.connector.path that return PathRepositoryTransaction
 PathRepositoryTransaction PathRequestProcessor.getTransaction()
          Returns the transaction associated with this request processor.
 

Constructors in org.modeshape.graph.connector.path with parameters of type PathRepositoryTransaction
PathRequestProcessor(ExecutionContext context, PathRepository repository, Observer observer, boolean updatesAllowed, PathRepositoryTransaction txn)
           
 



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