TrueUpdate Manager Specification 0.4

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 update transaction with the given identifier.
 

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

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.noOp()
          Returns a transaction which does nothing.
static Transaction Transactions.timed(String message, Transaction tx, Transactions.LoggerConfig config)
          Wraps the named 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.timed(String message, Transaction tx, Transactions.LoggerConfig config)
          Wraps the named 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.4

Copyright © 2013 Schlichtherle IT Services. All rights reserved.