Interface | Description |
---|---|
CompensationHandler |
A CompensationHandler provides compensation logic for the unit of work (UOW) with
which the business Activity is associated.
|
UserBusinessActivity |
This interface allows the application programmer to access the
Business Activity on the current thread.
|
Exception | Description |
---|---|
BASystemException |
This exception may be thrown by WS-BA methods when an unexpected
and unrecoverable error is encountered.
|
CompensationHandlerFailedException |
This exception may be thrown by CompensationHandler methods when an
unrecoverable error is encountered.
|
RetryCompensationHandlerException |
This exception should be thrown by CompensationHandler implementations
to indicate that the work could not be completed sucessfully but may
be able to complete in the future if retried.
|