|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UOWAction
A piece of logic to be performed under a particular type of unit of work. The work
is performed by invoking UOWManager.runUnderUOW
and providing this
action as a parameter.
UOWManager.runUnderUOW(int, boolean, UOWAction)
Method Summary | |
---|---|
void |
run()
Invoked as a result of an invocation of UOWManager.runUnderUOW
once the requested UOW has been established on the thread. |
Method Detail |
---|
void run() throws java.lang.Exception
UOWManager.runUnderUOW
once the requested UOW has been established on the thread.
java.lang.Exception
- Thrown if an exceptional event occurs. Note that throwing
a checked exception will not result in the current UOW being marked rollback
only or being rolled back. Throwing a RuntimeException will result in the
effective UOW being marked rollback only.UOWManager.runUnderUOW(int, boolean, UOWAction)
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |