Package com.ibm.wsspi.uow
Interface ExtendedUOWAction
public interface ExtendedUOWAction
A piece of logic to be performed under a particular type of unit of work. The work
is performed by invoking
UOWManager.runUnderUOW
and providing this
action as a parameter.-
Method Summary
-
Method Details
-
run
Invoked as a result of an invocation ofUOWManager.runUnderUOW
once the requested UOW has been established on the thread.
-