org.openmobileis.database.fastobjectdb.db.transaction
Class Transaction
java.lang.Object
org.openmobileis.database.fastobjectdb.db.transaction.Transaction
- public final class Transaction
- extends java.lang.Object
Transaction Manager use to manage database transaction
- 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 |
Transaction
public Transaction(java.lang.Thread th)
getTransactionThread
public java.lang.Thread getTransactionThread()
pushThread
public void pushThread(java.lang.Thread th)
popallthread
public void popallthread()
addTransactionFile
public void addTransactionFile(TransactionFile file)
throws FODBException
- Throws:
FODBException
begin
public void begin()
throws FODBException
- Throws:
FODBException
commit
public boolean commit()
throws FODBException
- Throws:
FODBException
rollback
public boolean rollback()
throws FODBException
- Throws:
FODBException
Copyright 2005 e-Care. All Rights Reserved.