IBM WebSphere Application ServerTM
Release 6

Package  com.ibm.wsspi.uow

Interface Summary
UOWActionA piece of logic to be performed under a particular type of unit of work.
UOWManager

This interface provides functionality to ensure that a piece of application logic, encapsulted in a UOWAction instance, is executed under a particular type of unit of work and, should the current UOW be of the required type whether it is acceptable to join the existing UOW or if the existing UOW must be suspended and a new UOW begun.

Class Summary
UOWManagerFactoryThis class is a factory providing access to a stateless thread-safe UOWManager instance when executing within a server but outside of a container managed environment such that a JNDI lookup is not possible.

Exception Summary
UOWException

This class provides a generic indication of failure of the completion of a unit of work (UOW) begun by a call to the runUnderUOW method on the UOWManager interface.

UOWActionExceptionThis exception is thrown by UOWManager.runUnderUOW() to indicate that the action being performed threw a checked exception.



IBM WebSphere Application ServerTM
Release 6