Package com.ibm.wsspi.tx
Interface UOWEventListener
public interface UOWEventListener
A service providing this interface will have the UOWEvent method called at various points during the lifecycle of a unit of work.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
-
Method Summary
-
Field Details
-
POST_BEGIN
static final int POST_BEGIN- See Also:
-
POST_END
static final int POST_END- See Also:
-
SUSPEND
static final int SUSPEND- See Also:
-
RESUME
static final int RESUME- See Also:
-
REGISTER_SYNC
static final int REGISTER_SYNC- See Also:
-
-
Method Details
-
UOWEvent
- Parameters:
uow
- The Unit of work to which this event appliesevent
- The event codedata
- Data associated with the event
-