Package | Description |
---|---|
javax.management.j2ee.statistics |
Provides the standard interfaces for accessing performance data from
J2EE managed objects
|
Modifier and Type | Interface and Description |
---|---|
interface |
BoundedRangeStatistic
The BoundedRangeStatistic model aggregates the attributes of RangeStatistic and BoundaryStatistic and provides standard measurements of a range that has fixed limits.
|
Modifier and Type | Method and Description |
---|---|
RangeStatistic |
SessionBeanStats.getMethodReadyCount()
Number of beans in the method-ready state.
|
RangeStatistic |
StatefulSessionBeanStats.getPassiveCount()
Number of beans that are in the passive state.
|
RangeStatistic |
EntityBeanStats.getPooledCount()
Number of beans in the pooled state.
|
RangeStatistic |
EntityBeanStats.getReadyCount()
Number of beans in the ready state.
|
RangeStatistic |
JDBCConnectionPoolStats.getWaitingThreadCount()
Number of threads waiting for a connection.
|
RangeStatistic |
JCAConnectionPoolStats.getWaitingThreadCount()
The number of threads waiting for a connection
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.