public interface ExtendedUOWAction
UOWManager.runUnderUOW
and providing this
action as a parameter.Modifier and Type | Method and Description |
---|---|
java.lang.Object |
run()
Invoked as a result of an invocation of
UOWManager.runUnderUOW
once the requested UOW has been established on the thread. |
java.lang.Object run() throws java.lang.Exception
UOWManager.runUnderUOW
once the requested UOW has been established on the thread.java.lang.Exception
UOWManager.runUnderUOW(int, boolean, ExtendedUOWAction, Class[], Class[])