| Package | Description |
|---|---|
| com.sun.enterprise.admin.monitor.stats |
Provides for implementations of various Stats interfaces. These Stats interfaces
are based on those defined by JSR 77.
|
| org.glassfish.j2ee.statistics |
| Modifier and Type | Class and Description |
|---|---|
class |
BoundedRangeStatisticImpl
An implementation of a BoundedRangeStatistic.
|
class |
MutableBoundedRangeStatisticImpl
An implementation of MutableCountStatistic that provides ways to change the state externally through mutators.
|
| Modifier and Type | Method and Description |
|---|---|
BoundedRangeStatistic |
EJBCacheStats.getCacheHits()
Returns the number of times a user request hits an EJB in associated EJB cache instance, as a CountStatistic.
|
BoundedRangeStatistic |
EJBCacheStats.getCacheMisses()
Returns the number of times a user request fails to find an EJB in associated EJB cache instance, as a CountStatistic.
|
BoundedRangeStatistic |
ThreadPoolStats.getCurrentNumberOfThreads()
Returns the statistical information about the number of Threads in the associated ThreaPool, as an instance of BoundedRangeStatistic.
|
BoundedRangeStatistic |
EJBCacheStats.getNumBeansInCache()
Returns total number of EJBs in the associated EJB Cache, as a BoundedRangeStatistic.
|
BoundedRangeStatistic |
EJBPoolStats.getNumBeansInPool()
Returns the statistical information about the number of EJBs in the associated pool, as an instance of BoundedRangeStatistic.
|
BoundedRangeStatistic |
ThreadPoolStats.getNumberOfWorkItemsInQueue()
Returns the work items in queue
|
BoundedRangeStatistic |
EJBPoolStats.getNumThreadsWaiting()
Returns the number of threads waiting for free Beans, as an instance of CountStatistic.
|
BoundedRangeStatistic |
OrbConnectionManagerStats.getTotalConnections()
Returns the total number of connections to the ORB as an instance of BoundedRangeStatistic.
|
| Constructor and Description |
|---|
MutableAverageRangeStatisticImpl(BoundedRangeStatistic initial)
Constructs an instance of MutableAverageRangeStatisticImpl that encapsulates the given Statistic.
|
MutableBoundedRangeStatisticImpl(BoundedRangeStatistic initial)
Constructs an instance of MutableCountStatistic that encapsulates the given Statistic.
|
| Modifier and Type | Method and Description |
|---|---|
BoundedRangeStatistic |
JDBCConnectionPoolStats.getFreePoolSize()
Number of free connections in the pool.
|
BoundedRangeStatistic |
JCAConnectionPoolStats.getFreePoolSize()
The number of free connections in the pool
|
BoundedRangeStatistic |
JVMStats.getHeapSize()
Size of the JVM's heap.
|
BoundedRangeStatistic |
JDBCConnectionPoolStats.getPoolSize()
Size of the connection pool.
|
BoundedRangeStatistic |
JCAConnectionPoolStats.getPoolSize()
The size of the connection pool
|
Copyright © 2017. All rights reserved.