aspoev.manager
Class TransactionManager
java.lang.Object
aspoev.manager.TransactionManager
- public class TransactionManager
- extends java.lang.Object
This class merely acts as a proxy between the interpreter and the
database manager for transactions - the rest is pretty self
explanatory.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TRANS_NUM
protected static int TRANS_NUM
currentTransaction
protected static pJ.jasmine.Transaction currentTransaction
TransactionManager
public TransactionManager()
startTransaction
public static pJ.jasmine.Transaction startTransaction()
startTransaction
public static pJ.jasmine.Transaction startTransaction(java.lang.String transName)
abortTransaction
public static void abortTransaction()
commitTransaction
public static void commitTransaction()
printTransactionStatus
public static void printTransactionStatus()