Interface | Description |
---|---|
TransactionListener |
A listener callback for transaction related events
|
TransactionListenerRegistry |
A listener interface for transaction related events.
|
Class | Description |
---|---|
TransactionEvent | |
TransactionListenerRegistryLocator |
Locate an interface that implements a registration mechanism for transaction lifecycle events
EventType |
Enum | Description |
---|---|
EventType |
An indication of an event that effects the current transaction
|
Exception | Description |
---|---|
TransactionListenerRegistryUnavailableException |
An exception type thrown by
TransactionListenerRegistryLocator if the registry
is unavailable |
TransactionTypeNotSupported |
An exception type to indicate that the actual transaction type passed into
TransactionListenerRegistry.addListener(javax.transaction.Transaction, TransactionListener, java.util.EnumSet)
does not support TSR resources
(see TransactionSynchronizationRegistry.putResource(Object, Object) ) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.