org.sormula.active.operation
Class OperationTransaction

java.lang.Object
  extended by org.sormula.Transaction
      extended by org.sormula.active.operation.OperationTransaction

public class OperationTransaction
extends Transaction

A Transaction for use by classes in org.sormula.active.operation package.

Since:
1.7.1 and 2.1.1
Author:
Jeff Miller

Constructor Summary
OperationTransaction(OperationDatabase operationDatabase)
          Constructs for an operation database.
 
Method Summary
 OperationDatabase getOperationDatabase()
          Gets operation database for this transaction.
 
Methods inherited from class org.sormula.Transaction
begin, cleanUp, commit, getConnection, isActive, rollback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationTransaction

public OperationTransaction(OperationDatabase operationDatabase)
Constructs for an operation database.

Parameters:
operationDatabase - operation database use for all operations within transaction
Method Detail

getOperationDatabase

public OperationDatabase getOperationDatabase()
Gets operation database for this transaction.

Returns:
operation database supplied in constructor