| 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 |
MutableTimeStatisticImpl
An implementation of
MutableTimeStatistic that eases the various
statistical calculations. |
class |
TimeStatisticImpl
An implementation of a TimeStatistic.
|
| Modifier and Type | Method and Description |
|---|---|
TimeStatistic |
EJBMethodStats.getMethodStatistic()
Returns the statistics of the method invocation as an instance of TimeStatistic.
|
TimeStatistic |
ServletStats.getServiceTime()
Gets the execution time of the servlet's service method.
|
| Constructor and Description |
|---|
MutableTimeStatisticImpl(TimeStatistic initial)
Constructs an instance of this class from its immutable equivalent.
|
| Modifier and Type | Method and Description |
|---|---|
TimeStatistic |
JMSSessionStats.getMessageWaitTime()
Time spent by a message before being delivered.
|
TimeStatistic |
JMSEndpointStats.getMessageWaitTime()
Time spent by a message before being delivered.
|
TimeStatistic |
ServletStats.getServiceTime()
Execution times for the methods.
|
TimeStatistic |
JDBCConnectionStats.getUseTime()
Time spent using a connection.
|
TimeStatistic |
JCAConnectionStats.getUseTime()
Returns the time spent using a connection
|
TimeStatistic |
JDBCConnectionStats.getWaitTime()
Time spent waiting for a connection to be available.
|
TimeStatistic |
JCAConnectionStats.getWaitTime()
Returns the time spent waiting for a connection to be available
|
Copyright © 2015. All rights reserved.