|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSObjectPoolStats
WebSphere Application Server Object Pool Stats interface.
Object Pool statistics are structured as follows in the PMI tree:
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 |
---|
static final java.lang.String NAME
static final int ObjectsCreatedCount
static final int ObjectsAllocatedCount
static final int ObjectsReturnedCount
static final int IdleObjectsSize
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |