ModeShape Distribution 3.0.0.CR1

Uses of Interface
org.modeshape.jcr.txn.Transactions.Transaction

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

Uses of Transactions.Transaction in org.modeshape.jcr.txn
 

Classes in org.modeshape.jcr.txn that implement Transactions.Transaction
protected  class SynchronizedTransactions.RollbackOnlyTransaction
           
protected  class SynchronizedTransactions.SynchronizedTransaction
           
protected  class Transactions.BaseTransaction
           
protected  class Transactions.SimpleTransaction
           
 

Methods in org.modeshape.jcr.txn that return Transactions.Transaction
abstract  Transactions.Transaction Transactions.begin()
          Starts a new transaction if one does not already exist, and associate it with the calling thread.
 Transactions.Transaction SynchronizedTransactions.begin()
           
 Transactions.Transaction NoClientTransactions.begin()
           
 

Methods in org.modeshape.jcr.txn with parameters of type Transactions.Transaction
 void Transactions.updateCache(WorkspaceCache workspace, ChangeSet changes, Transactions.Transaction transaction)
          Notify the workspace of the supplied changes, if and when the current transaction is completed.
 void SynchronizedTransactions.updateCache(WorkspaceCache workspace, ChangeSet changes, Transactions.Transaction transaction)
           
 


ModeShape Distribution 3.0.0.CR1

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