org.axiondb
public interface TransactionManager
Version: $Revision: 1.4 $ $Date: 2004/08/27 03:21:20 $
Method Summary | |
---|---|
void | abortTransaction(Transaction t) Abort the given Transaction. |
void | commitTransaction(Transaction t) Commit the given Transaction. |
Transaction | createTransaction() Create a new Transaction. |
boolean | isShutdown() Return whether or not I've been TransactionManager. |
void | shutdown() Shut down this TransactionManager . |
TransactionManager
.