Package | Description |
---|---|
com.ibm.wsspi.uow |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
UOWManager.runUnderUOW(int uowType,
boolean join,
ExtendedUOWAction uowAction,
java.lang.Class<?>[] rollbackOn,
java.lang.Class<?>[] dontRollbackOn)
Causes the work encapsulated by the uowAction run
method to be executed under the requested UOW.
|