@FunctionalInterface public interface AssociationListener
| Modifier and Type | Method and Description |
|---|---|
void |
associationChanged(AbstractTransaction transaction,
boolean associated)
The association of the transaction to the thread has changed.
|
void associationChanged(AbstractTransaction transaction, boolean associated)
transaction - the transaction that was associated or disassociated (not null)associated - true if the transaction is now associated with the thread, false if the transaction
is no longer associated with the threadCopyright © 2020 JBoss by Red Hat. All rights reserved.