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, shutdown
public void transactionStateChanged(FbTransaction transaction, TransactionState newState, TransactionState previousState)
TransactionListener
transactionStateChanged
in interface TransactionListener
transaction
- FbTransaction
that changed stateprotected void logError(java.lang.String message, java.lang.Throwable throwable)
logError
in class AbstractListenerDispatcher<TransactionListener>
Copyright © 2001-2023 Jaybird (Firebird JDBC) team. All rights reserved.