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

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

Transaction

public Transaction()
Method Detail

addTransactionFile

public void addTransactionFile(TransactionFile file)
                        throws FODBException

begin

public void begin()
           throws FODBException

commit

public boolean commit()
               throws FODBException

rollback

public boolean rollback()
                 throws FODBException


Copyright 2005 e-Care. All Rights Reserved.