ModeShape Distribution 3.0.0.CR1

Uses of Class
org.modeshape.jcr.txn.Transactions

Packages that use Transactions
org.modeshape.jcr   
org.modeshape.jcr.cache   
org.modeshape.jcr.txn   
 

Uses of Transactions in org.modeshape.jcr
 

Methods in org.modeshape.jcr that return Transactions
protected  Transactions JcrRepository.RunningState.createTransactions(RepositoryConfiguration.TransactionMode mode, SessionEnvironment.MonitorFactory monitorFactory, TransactionManager txnMgr)
           
 Transactions JcrRepository.RepositorySessionEnvironment.getTransactions()
           
 

Constructors in org.modeshape.jcr with parameters of type Transactions
JcrRepository.RepositorySessionEnvironment(Transactions transactions)
           
 

Uses of Transactions in org.modeshape.jcr.cache
 

Methods in org.modeshape.jcr.cache that return Transactions
 Transactions SessionEnvironment.getTransactions()
          Get the interface for working with transactions.
 

Uses of Transactions in org.modeshape.jcr.txn
 

Subclasses of Transactions in org.modeshape.jcr.txn
 class NoClientTransactions
          An implementation of Transactions that does not even check whether there is a current transaction and instead always attempts to create a transaction within the SessionCache.save() calls.
 class SynchronizedTransactions
          An implementation of Transactions that will attempt to register a Synchronization with the current transaction.
 


ModeShape Distribution 3.0.0.CR1

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