@Version(value="2.1.0")
Interface | Description |
---|---|
ExtendedUOWAction |
A piece of logic to be performed under a particular type of unit of work.
|
UOWAction |
A piece of logic to be performed under a particular type of unit of work.
|
UOWManager |
This interface provides functionality to execute application
logic under a specific unit of work (UOW).
|
Class | Description |
---|---|
UOWManagerFactory |
This 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 | Description |
---|---|
UOWActionException |
This exception is thrown by UOWManager.runUnderUOW() to indicate that the
action being performed threw a checked exception.
|
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.
|