org.objectweb.perseus.persistence.api

Interface TransactionalConnectionHolder

All Superinterfaces:
ConnectionHolder

public interface TransactionalConnectionHolder
extends ConnectionHolder

Author:
S.Chassande-Barrioz

Method Summary

void
commitCH()
void
rollbackCH()

Methods inherited from interface org.objectweb.perseus.persistence.api.ConnectionHolder

begin, bindWorkingSet, closeCHConnection, commitCH, getCHConnectionForRead, getCHConnectionForWrite, getWorkingSet, releaseCHConnection, rollbackCH

Method Details

commitCH

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


rollbackCH

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


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