Uses of Interface
com.ibm.wsspi.uow.UOWAction

Packages that use UOWAction
com.ibm.wsspi.uow   
 

Uses of UOWAction in com.ibm.wsspi.uow
 

Methods in com.ibm.wsspi.uow with parameters of type UOWAction
 void UOWManager.runUnderUOW(int uowType, boolean join, UOWAction uowAction)
           Causes the work encapsulated by the uowAction run method to be executed under the requested UOW.