Uses of Interface
com.ibm.wsspi.uow.ExtendedUOWAction
Packages that use ExtendedUOWAction
-
Uses of ExtendedUOWAction in com.ibm.wsspi.uow
Methods in com.ibm.wsspi.uow with parameters of type ExtendedUOWActionModifier and TypeMethodDescriptionUOWManager.runUnderUOW
(int uowType, boolean join, ExtendedUOWAction uowAction, Class<?>[] rollbackOn, Class<?>[] dontRollbackOn) Causes the work encapsulated by the uowAction run method to be executed under the requested UOW.