| |
|
| java.lang.Object uk.org.primrose.pool.core.PoolConfigImpl uk.org.primrose.pool.core.PoolData
All known Subclasses: uk.org.primrose.pool.core.Pool,
Inner Class :class PoolLock | |
Inner Class :class FailoverCutBack extends Thread | |
CONNECTION_ACTIVE | final public static int CONNECTION_ACTIVE(Code) | | |
CONNECTION_DUMPED | final public static int CONNECTION_DUMPED(Code) | | |
CONNECTION_INACTIVE | final public static int CONNECTION_INACTIVE(Code) | | |
ON_CLOSE_SHOULD_DIE | final public static int ON_CLOSE_SHOULD_DIE(Code) | | |
ON_CLOSE_SHOULD_REUSE | final public static int ON_CLOSE_SHOULD_REUSE(Code) | | |
UNKNOWN_STATUS_CODE | final public static int UNKNOWN_STATUS_CODE(Code) | | |
bPoolHasBeenShutdown | boolean bPoolHasBeenShutdown(Code) | | |
failoverCutBackObj | FailoverCutBack failoverCutBackObj(Code) | | |
lock | protected PoolLock lock(Code) | | |
numberOfWaitingThreads | protected int numberOfWaitingThreads(Code) | | |
poolAccessLocked | boolean poolAccessLocked(Code) | | |
totalConnectionsHandedOut | protected int totalConnectionsHandedOut(Code) | | |
getInternalConnectionTransactionIsolation | protected String getInternalConnectionTransactionIsolation()(Code) | | Gets the default level for connection's isolation transaction level.
|
getInternalConnectionTransactionIsolation | protected String getInternalConnectionTransactionIsolation(int level)(Code) | | Gets the default level for connection's isolation transaction level.
|
getNumberOfWaitingThreads | public int getNumberOfWaitingThreads()(Code) | | Get the number of waiting threads
|
getStringStatus | public static String getStringStatus(int i)(Code) | | Get a string representation for the connection status/behaviour
|
getTotalConnectionsHandedOut | public int getTotalConnectionsHandedOut()(Code) | | Get the total number of connections handed out by the pool
|
numberOfActiveConnections | public int numberOfActiveConnections()(Code) | | Get the current number of active connections
|
numberOfFreeConnections | public int numberOfFreeConnections()(Code) | | Get the current number of free connections
|
setInternalConnectionTransactionIsolation | protected void setInternalConnectionTransactionIsolation(String sConnectionTransactionIsolation)(Code) | | Sets the default level for connection's isolation transaction level.
This can only be set on startup - not during runtime.
|
setUpLogger | protected void setUpLogger()(Code) | | |
|
|
|