Uses of Interface
org.wildfly.transaction.client.AssociationListener
-
Packages that use AssociationListener Package Description org.wildfly.transaction.client -
-
Uses of AssociationListener in org.wildfly.transaction.client
Methods in org.wildfly.transaction.client with parameters of type AssociationListener Modifier and Type Method Description voidAbstractTransaction. registerAssociationListener(AssociationListener associationListener)Register an association listener for this transaction, which will be called any time this thread is suspended or resumed.
-