|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.firebirdsql.pool.FBPoolingDefaults
@Deprecated public class FBPoolingDefaults
Default values for the connection pool.
Field Summary | |
---|---|
static int |
DEFAULT_BLOCKING_TIMEOUT
Deprecated. |
static int |
DEFAULT_IDLE_TIMEOUT
Deprecated. |
static int |
DEFAULT_ISOLATION
Deprecated. |
static int |
DEFAULT_LOGIN_TIMEOUT
Deprecated. |
static int |
DEFAULT_MAX_SIZE
Deprecated. |
static int |
DEFAULT_MAX_STATEMENTS
Deprecated. |
static int |
DEFAULT_MIN_SIZE
Deprecated. |
static int |
DEFAULT_PING_INTERVAL
Deprecated. |
static int |
DEFAULT_RETRY_INTERVAL
Deprecated. |
Constructor Summary | |
---|---|
FBPoolingDefaults()
Deprecated. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int DEFAULT_IDLE_TIMEOUT
public static final int DEFAULT_BLOCKING_TIMEOUT
public static final int DEFAULT_LOGIN_TIMEOUT
public static final int DEFAULT_RETRY_INTERVAL
public static final int DEFAULT_PING_INTERVAL
public static final int DEFAULT_MAX_SIZE
public static final int DEFAULT_MIN_SIZE
public static final int DEFAULT_MAX_STATEMENTS
public static final int DEFAULT_ISOLATION
Constructor Detail |
---|
public FBPoolingDefaults()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |