org.openmobileis.database.fastobjectdb.db.transaction
Class TransactionManager
java.lang.Object
org.openmobileis.database.fastobjectdb.db.transaction.TransactionManager
- public final class TransactionManager
- extends java.lang.Object
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionManager
public TransactionManager()
registerTransactionFile
public void registerTransactionFile(TransactionFile file,
java.lang.String collectionName)
validateThread
public void validateThread(java.lang.Thread th)
throws FODBException
- Throws:
FODBException
enterTransaction
public void enterTransaction(java.lang.String collectionName)
throws FODBException
- Throws:
FODBException
begin
public void begin()
throws FODBException
- Throws:
FODBException
commit
public void commit()
throws FODBException
- Throws:
FODBException
rollback
public void rollback()
throws FODBException
- Throws:
FODBException
Copyright 2005 e-Care. All Rights Reserved.