IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.pmi.stat
Interface WSObjectPoolStats


public interface WSObjectPoolStats

WebSphere Application Server Object Pool Stats interface.

Object Pool statistics are structured as follows in the PMI tree:

<server>

|__Object Pools+
  |__<ObjectPool_A>
  |__<ObjectPool_B>


Field Summary
static int IdleObjectsSize
          Average number of idle objects in the objects pool.
static java.lang.String NAME
          The Performance Monitoring Instrumentation (PMI) module name.
static int ObjectsAllocatedCount
          The number of objects requested of and allocated by the object pool.
static int ObjectsCreatedCount
          The number of new objects created by the object pool.
static int ObjectsReturnedCount
          The number of objects returned to the object pool.
 

Field Detail

NAME

static final java.lang.String NAME
The Performance Monitoring Instrumentation (PMI) module name.

See Also:
Constant Field Values

ObjectsCreatedCount

static final int ObjectsCreatedCount
The number of new objects created by the object pool. (CountStatistic)

See Also:
Constant Field Values

ObjectsAllocatedCount

static final int ObjectsAllocatedCount
The number of objects requested of and allocated by the object pool. (CountStatistic)

See Also:
Constant Field Values

ObjectsReturnedCount

static final int ObjectsReturnedCount
The number of objects returned to the object pool. (CountStatistic)

See Also:
Constant Field Values

IdleObjectsSize

static final int IdleObjectsSize
Average number of idle objects in the objects pool. (BoundedRangeStatistic)

See Also:
Constant Field Values

IBM WebSphere Application ServerTM
Release 7