Package com.ibm.wsspi.uow
Interface ExtendedUOWAction
- 
 public interface ExtendedUOWActionA piece of logic to be performed under a particular type of unit of work. The work is performed by invokingUOWManager.runUnderUOWand providing this action as a parameter.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectrun()Invoked as a result of an invocation ofUOWManager.runUnderUOWonce the requested UOW has been established on the thread.
 
- 
- 
- 
Method Detail- 
runjava.lang.Object run() throws java.lang.ExceptionInvoked as a result of an invocation ofUOWManager.runUnderUOWonce the requested UOW has been established on the thread.- Throws:
- java.lang.Exception
- See Also:
- UOWManager.runUnderUOW(int, boolean, ExtendedUOWAction, Class[], Class[])
 
 
- 
 
-