public class ReceiverAccountTransactionObserver extends AbstractObserver
| Constructor and Description |
|---|
ReceiverAccountTransactionObserver() |
| Modifier and Type | Method and Description |
|---|---|
void |
failBeforeCompletion(TxFailure txFailure) |
void |
withdrawAfterCompletion(TxWithdrawal txWithdrawal) |
void |
withdrawAfterFailure(TxWithdrawal txWithdrawal) |
void |
withdrawAfterSuccess(TxWithdrawal txWithdrawal) |
void |
withdrawBeforeCompletion(TxWithdrawal txWithdrawal) |
void |
withdrawNoTx(TxWithdrawal txWithdrawal)
Always fire immediately.
|
logEventFiredpublic void withdrawAfterSuccess(@Observes(during=AFTER_SUCCESS) @Priority(value=2100) TxWithdrawal txWithdrawal) throws Exception
txWithdrawal - Exceptionpublic void withdrawAfterCompletion(@Observes(during=AFTER_COMPLETION) @Priority(value=2050) TxWithdrawal txWithdrawal) throws Exception
txWithdrawal - Exceptionpublic void withdrawBeforeCompletion(@Observes(during=BEFORE_COMPLETION) @Priority(value=1999) TxWithdrawal txWithdrawal) throws Exception
txWithdrawal - Exceptionpublic void withdrawNoTx(@Observes(during=IN_PROGRESS) @Priority(value=2600) TxWithdrawal txWithdrawal) throws Exception
txWithdrawal - Exceptionpublic void withdrawAfterFailure(@Observes(during=AFTER_FAILURE)
TxWithdrawal txWithdrawal)
throws Exception
txWithdrawal - ExceptionCopyright © 2008–2016 CDI TCK. All rights reserved.