|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionTask
The TransactionTask interface should be implemented by any class whose instances are intended to be executed as part of a transaction event. The class must define a method of no arguments called execute.
Method Summary | |
---|---|
void |
execute()
|
Method Detail |
---|
void execute() throws Throwable
Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |