Definition at line 43 of file TransactionManager.java.
Public Member Functions | |
TransactionManager () | |
synchronized void | registerTransactionFile (TransactionFile file, String collectionName) |
void | validateThread (Thread th) throws FODBException |
synchronized void | enterTransaction (String collectionName) throws FODBException |
void | begin () throws FODBException |
void | commit () throws FODBException |
void | rollback () throws FODBException |