public class PhisherAccountTransactionObserver extends AbstractObserver
| Constructor and Description |
|---|
PhisherAccountTransactionObserver() |
| 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=2111)
TxWithdrawal txWithdrawal)
throws Exception
txWithdrawal - Exceptionpublic void withdrawAfterCompletion(@Observes(during=AFTER_COMPLETION) @Priority(value=2111)
TxWithdrawal txWithdrawal)
throws Exception
txWithdrawal - Exceptionpublic void withdrawBeforeCompletion(@Observes(during=BEFORE_COMPLETION) @Priority(value=2700)
TxWithdrawal txWithdrawal)
throws Exception
txWithdrawal - Exceptionpublic void withdrawNoTx(@Observes(during=IN_PROGRESS) @Priority(value=2700)
TxWithdrawal txWithdrawal)
throws Exception
txWithdrawal - Exceptionpublic void withdrawAfterFailure(@Observes(during=AFTER_FAILURE) @Priority(value=2999)
TxWithdrawal txWithdrawal)
throws Exception
txWithdrawal - ExceptionCopyright © 2008-2015 CDI TCK. All Rights Reserved.