Package | Description |
---|---|
javax.management.j2ee.statistics |
Provides the standard interfaces for accessing performance data from
Jakarta EE managed objects
|
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 © 2019 Eclipse Foundation.
Use is subject to license terms.