public interface OperationAware
 The notification of startOperation(Operation) and endOperation(Operation) occurs on the thread
 performing the operation. Implementations of OperationAware should complete these methods as quick as
 possible and prevent any blocking operations to avoid excessive performance degradation of the driver.
 
Note: This is an experimental feature. The implementation or API may be removed or changed at any time.
OperationMonitor| Modifier and Type | Method and Description | 
|---|---|
| void | endOperation(Operation operation)End of operation. | 
| void | startOperation(Operation operation)Start of operation. | 
Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.