Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

openfuture.bugbase.model
Interface Transaction  view Transaction download Transaction.java

All Known Subinterfaces:
VersionUpdate

public interface Transaction

Interface defining version updates of the persistency layer.

Created: Mon May 01 21:58:38 2000

Version:
$Revision: 1.3 $

Method Summary
 TransactionResult cleanup()
          This method will be executed after a successful execution of execute() 55 .
 TransactionResult execute()
          Core execution of the transaction.
 java.lang.String getDescription()
          Description for this version update.
 TransactionResult rollback()
          This method will be executed after a unsuccessful execution of execute() 55 .
 TransactionResult setup()
          Setup before the transaction core is executed.
 

Method Detail

setup

public TransactionResult setup()
Setup before the transaction core is executed.


execute

public TransactionResult execute()
Core execution of the transaction.


cleanup

public TransactionResult cleanup()
This method will be executed after a successful execution of execute() 55 .


rollback

public TransactionResult rollback()
This method will be executed after a unsuccessful execution of execute() 55 .


getDescription

public java.lang.String getDescription()
Description for this version update.