com.sap.ip.me.api.persist.core
Interface Transaction


Deprecated. Use PersistenceManager instead

public interface Transaction

Interface to manage a single, already opened transaction. A transaction manager has to provide and return instances that implement this interface.

Only one transaction at a time may be opened. It is mandantory to create a transaction before any data-access, even read access.

Author:
SAP

Method Summary
 void commit()
          Deprecated. commits the transaction.
 void rollback()
          Deprecated. rollback transaction and undo all changes in the transaction.
 

Method Detail

commit

public void commit()
            throws PersistenceException
Deprecated. 
commits the transaction.

Throws:
PersistenceException

rollback

public void rollback()
              throws PersistenceException
Deprecated. 
rollback transaction and undo all changes in the transaction.

Throws:
PersistenceException


Copyright © 2005 SAP AG. All Rights Reserved.