| Package | Description |
|---|---|
| org.jboss.cdi.tck.tests.event.observer.transactional |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountTransactionObserver.withdrawAfterCompletion(Withdrawal withdrawal) |
void |
AccountTransactionObserver.withdrawAfterFailure(Withdrawal withdrawal) |
void |
AccountTransactionObserver.withdrawAfterSuccess(Withdrawal withdrawal) |
void |
AccountTransactionObserver.withdrawBeforeCompletion(Withdrawal withdrawal) |
void |
AccountTransactionObserver.withdrawNoTx(Withdrawal withdrawal)
Always fire immediately.
|
Copyright © 2008–2016 CDI TCK. All rights reserved.