org.openmobileis.database.fastobjectdb.db.transaction
Class TransactionManager

java.lang.Object
  extended byorg.openmobileis.database.fastobjectdb.db.transaction.TransactionManager

public final class TransactionManager
extends java.lang.Object

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu

Constructor Summary
TransactionManager()
           
 
Method Summary
 void begin()
           
 void commit()
           
 void enterTransaction(java.lang.String collectionName)
           
 void registerTransactionFile(TransactionFile file, java.lang.String collectionName)
           
 void rollback()
           
 void validateThread(java.lang.Thread th)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionManager

public TransactionManager()
Method Detail

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.