com.imaginary.lwp
Interface JDBCTransaction

All Known Implementing Classes:
JDBCTransactionImpl, DLJDBCTransaction

public abstract interface JDBCTransaction

Prescribes methods specific to JDBC transactions.
Last modified $Date: 1999/10/06 21:08:56 $

Version:
$Revision: 1.3 $
Author:
George Reese (borg@imaginary.com)

Method Summary
 void commit()
           
 java.sql.Connection getConnection()
           
 void rollback()
           
 

Method Detail

commit

public void commit()
            throws PersistenceException

getConnection

public java.sql.Connection getConnection()
                                  throws java.sql.SQLException

rollback

public void rollback()
              throws PersistenceException