TrueUpdate Manager Specification 0.7.1

Uses of Class
net.java.trueupdate.manager.spec.tx.Transaction

Packages that use Transaction
net.java.trueupdate.manager.spec Specifies an API for update managers. 
net.java.trueupdate.manager.spec.tx Provides local transactions for update manager components. 
 

Uses of Transaction in net.java.trueupdate.manager.spec
 

Methods in net.java.trueupdate.manager.spec that return Transaction
 Transaction UpdateContext.decorate(Action id, Transaction tx)
          Decorates the given transaction with the given identifier for execution.
 

Methods in net.java.trueupdate.manager.spec with parameters of type Transaction
 Transaction UpdateContext.decorate(Action id, Transaction tx)
          Decorates the given transaction with the given identifier for execution.
 

Uses of Transaction in net.java.trueupdate.manager.spec.tx
 

Subclasses of Transaction in net.java.trueupdate.manager.spec.tx
 class AtomicMethodsTransaction
          A local transaction which is made of truly atomic methods, that is its methods either completely succeed or completely fail.
 class CompositeTransaction
          A composite transaction.
 

Methods in net.java.trueupdate.manager.spec.tx that return Transaction
static Transaction Transactions.time(Transaction tx, String message, Transactions.LoggerConfig config)
          Wraps the given transaction in another transaction which logs the duration of each transaction method using the given configuration.
 

Methods in net.java.trueupdate.manager.spec.tx with parameters of type Transaction
static void Transactions.execute(Transaction tx)
          Executes the given transaction.
static Transaction Transactions.time(Transaction tx, String message, Transactions.LoggerConfig config)
          Wraps the given transaction in another transaction which logs the duration of each transaction method using the given configuration.
 

Constructors in net.java.trueupdate.manager.spec.tx with parameters of type Transaction
CompositeTransaction(Transaction... txs)
           
 


TrueUpdate Manager Specification 0.7.1

Copyright © 2013 Schlichtherle IT Services. All rights reserved.