IBM DB2 Manual page 366

Table of Contents

Advertisement

numberOfRequestsBlockedDataSourceMax
numberOfRequestsBlockedPoolMax
removedObjectCount
shortestBlockedRequestTime
successfullRequestsFromPool
totalPoolObjects
totalRequestsToPool
totalTimeBlocked
350
Application Programming Guide and Reference for Java
maximum capacity. A blocked request might be successful if an object is
returned to the pool before the db2.jcc.maxTransportObjectWaitTime is
exceeded and an exception is thrown.
Format:
public abstract int numberOfRequestsBlockedDataSourceMax()
Retrieves the number of requests that the IBM Data Server Driver for JDBC
and SQLJ made to the pool that the pool blocked because the pool reached the
maximum for the DataSource object.
Format:
public abstract int numberOfRequestsBlockedPoolMax()
Retrieves the number of requests that the IBM Data Server Driver for JDBC
and SQLJ made to the pool that the pool blocked because the maximum
number for the pool was reached.
Format:
public abstract int removedObjectCount()
Retrieves the number of objects that have been deleted from the pool since the
pool was created.
Format:
public abstract long shortestBlockedRequestTime()
Retrieves the shortest amount of time that a request was blocked, in
milliseconds.
Format:
public abstract int successfullRequestsFromPool()
Retrieves the number of successful requests that the IBM Data Server Driver
for JDBC and SQLJ has made to the pool since the pool was created. A
successful request means that the pool returned an object.
Format:
public abstract int totalPoolObjects()
Retrieves the number of objects that are currently in the pool.
Format:
public abstract int totalRequestsToPool()
Retrieves the total number of requests that the IBM Data Server Driver for
JDBC and SQLJ has made to the pool since the pool was created.
Format:
public abstract long totalTimeBlocked()

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents