org.firebirdsql.pool
Class PoolDebugConfiguration

java.lang.Object
  extended by org.firebirdsql.pool.PoolDebugConfiguration

Deprecated.

@Deprecated
public class PoolDebugConfiguration
extends java.lang.Object

Debug configuration of the pool.


Field Summary
static boolean DEBUG_REENTRANT
          Deprecated.  
static boolean DEBUG_STMT_POOL
          Deprecated.  
static boolean LOG_DEBUG_INFO
          Deprecated.  
static boolean SHOW_TRACE
          Deprecated.  
 
Constructor Summary
PoolDebugConfiguration()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG_DEBUG_INFO

public static final boolean LOG_DEBUG_INFO
Deprecated. 

SHOW_TRACE

public static final boolean SHOW_TRACE
Deprecated. 

DEBUG_STMT_POOL

public static final boolean DEBUG_STMT_POOL
Deprecated. 

DEBUG_REENTRANT

public static final boolean DEBUG_REENTRANT
Deprecated. 
Constructor Detail

PoolDebugConfiguration

public PoolDebugConfiguration()
Deprecated. 


Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.