borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.dataset 

TransactionSupport interface

borland.jbcl.dataset.TransactionSupport

About the TransactionSupport interface

Methods  

Implemented by SQLResolutionManager

The TransactionSupport interface collects transaction support behavior. Any objects that implement this interface are responsible for implementing start(), commit(), and rollback() methods. Additionally, implementors need to support the singleTransaction property through isSingleTransaction(). This property dictates whether an individual transaction is started and committed for each DataSet, or whether all work is performed in one transaction. The Database component implements this interface for a JDBC implementation.


TransactionSupport methods

Methods defined in this interface


TransactionSupport methods

commit()

  public void commit()

rollback()

  public void rollback()

start()

  public void start()