|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Interface defining version updates of the persistency layer.
Created: Mon May 01 21:58:38 2000
| Method Summary | |
TransactionResult |
cleanup()
This method will be executed after a successful execution of execute(). |
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(). |
TransactionResult |
setup()
Setup before the transaction core is executed. |
| Method Detail |
public TransactionResult setup()
throws I18NException
I18NException - if an error occurs
public TransactionResult execute()
throws I18NException
I18NException - if an error occurs
public TransactionResult cleanup()
throws I18NException
execute().I18NException - if an error occurs
public TransactionResult rollback()
throws I18NException
execute().I18NException - if an error occurspublic java.lang.String getDescription()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||