|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openmobileis.database.fastobjectdb.db.transaction.Transaction
Transaction Manager use to manage database transaction
Constructor Summary | |
Transaction()
|
Method Summary | |
void |
addTransactionFile(TransactionFile file)
|
void |
begin()
|
boolean |
commit()
|
boolean |
rollback()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Transaction()
Method Detail |
public void addTransactionFile(TransactionFile file) throws FODBException
public void begin() throws FODBException
public boolean commit() throws FODBException
public boolean rollback() throws FODBException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |