public final class OperationMonitor
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
| static void | initOperationAware(OperationAware operationAware)Initializes this operation monitor. | 
public static void initOperationAware(OperationAware operationAware)
 The provided OperationAware instance will be notified of operations occurring in the driver.
 
 When a security manager is installed, the existence of the SQLPermission with name
 "org.firebirdsql.jaybird.initOperationAware" will be checked.
 
operationAware - an object that implements the OperationAware interface, or null to clear the current
         instancejava.lang.SecurityException - If a security manager is installed and the calling code does not have permission "org.firebirdsql.jaybird.initOperationAware"Copyright © 2001-2020 Jaybird (Firebird JDBC/JCA) team. All rights reserved.