|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimeStatistic | |
|---|---|
| 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 | |
| Uses of TimeStatistic in com.sun.enterprise.admin.monitor.stats |
|---|
| Classes in com.sun.enterprise.admin.monitor.stats that implement TimeStatistic | |
|---|---|
class |
MutableTimeStatisticImpl
An implementation of MutableTimeStatistic that eases the various
statistical calculations. |
class |
TimeStatisticImpl
An implementation of a TimeStatistic. |
| Methods in com.sun.enterprise.admin.monitor.stats that return TimeStatistic | |
|---|---|
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. |
| Constructors in com.sun.enterprise.admin.monitor.stats with parameters of type TimeStatistic | |
|---|---|
MutableTimeStatisticImpl(TimeStatistic initial)
Constructs an instance of this class from its immutable equivalent. |
|
| Uses of TimeStatistic in org.glassfish.j2ee.statistics |
|---|
| Methods in org.glassfish.j2ee.statistics that return TimeStatistic | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||