Uses of Interface
com.ibm.wsspi.uow.ExtendedUOWAction
-
Packages that use ExtendedUOWAction Package Description com.ibm.wsspi.uow -
-
Uses of ExtendedUOWAction in com.ibm.wsspi.uow
Methods in com.ibm.wsspi.uow with parameters of type ExtendedUOWAction Modifier and Type Method 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.
-