org.exolab.castor.jdo.transactionmanager.spi
public final class LocalTransactionManager extends Object implements TransactionManager
Version: $Revision: 1.1 $ $Date: 2005/08/17 13:37:06 $
Method Summary | |
---|---|
void | begin() |
void | commit() |
int | getStatus() |
Transaction | getTransaction() |
void | resume(Transaction arg) |
void | rollback() |
void | setRollbackOnly() |
void | setTransactionTimeout(int arg) |
Transaction | suspend() |