org.objectweb.perseus.persistence.api
Interface TransactionalConnectionHolder

All Superinterfaces:
ConnectionHolder

public interface TransactionalConnectionHolder
extends ConnectionHolder

Author:
S.Chassande-Barrioz

Method Summary
 void commitCH()
          Committes the transaction
 void rollbackCH()
           
 
Methods inherited from interface org.objectweb.perseus.persistence.api.ConnectionHolder
begin, bindWorkingSet, closeCHConnection, getCHConnectionForRead, getCHConnectionForWrite, getWorkingSet, releaseCHConnection
 

Method Detail

commitCH

public void commitCH()
              throws PersistenceException
Description copied from interface: ConnectionHolder
Committes the transaction

Specified by:
commitCH in interface ConnectionHolder
Throws:
PersistenceException

rollbackCH

public void rollbackCH()
                throws PersistenceException
Specified by:
rollbackCH in interface ConnectionHolder
Throws:
PersistenceException


Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.