public final class TransactionListenerDispatcher extends AbstractListenerDispatcher<TransactionListener> implements TransactionListener
TransactionListener.| Constructor and Description | 
|---|
| TransactionListenerDispatcher() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | logError(java.lang.String message,
        java.lang.Throwable throwable) | 
| void | transactionStateChanged(FbTransaction transaction,
                       TransactionState newState,
                       TransactionState previousState)Signals that the transaction state changed. | 
addListener, addWeakListener, isShutdown, iterator, notify, removeAllListeners, removeListener, shutdownpublic void transactionStateChanged(FbTransaction transaction, TransactionState newState, TransactionState previousState)
TransactionListenertransactionStateChanged in interface TransactionListenertransaction - FbTransaction that changed stateprotected void logError(java.lang.String message,
                        java.lang.Throwable throwable)
logError in class AbstractListenerDispatcher<TransactionListener>Copyright © 2001-2025 Jaybird (Firebird JDBC) team. All rights reserved.