Methods Summary |
---|
public javax.management.j2ee.statistics.CountStatistic | getAverageResponseTime()Returns the average time in milli seconds spent during the last
successful/unsuccessful attempt to execute the operation, as a
CountStatistic. The time spent is generally an indication of
the system load/processing time.
|
public javax.management.j2ee.statistics.CountStatistic | getMaxResponseTime()Returns the maximum time spent in milli seconds for any successful/
unsuccessful attempt to execute the operation, as a CountStatistic.
|
public javax.management.j2ee.statistics.CountStatistic | getMinResponseTime()Returns the minimum time spent in milli seconds for any successful/
unsuccessful attempt to execute the operation, as a CountStatistic.
|
public javax.management.j2ee.statistics.CountStatistic | getResponseTime()Returns the time in milli seconds spent during the last
successful/unsuccessful attempt to execute the operation, as a
CountStatistic.
|
public com.sun.appserv.management.j2ee.statistics.NumberStatistic | getThroughput()Returns the number successful messages/minute since the server is
started as a NumberStatistic.
|
public javax.management.j2ee.statistics.CountStatistic | getTotalAuthFailures()Returns the total number of authentication failures as a
CountStatistic.
|
public javax.management.j2ee.statistics.CountStatistic | getTotalAuthSuccesses()Returns the total number of authentication successes
CountStatistic.
|
public javax.management.j2ee.statistics.CountStatistic | getTotalFaults()Returns the total number of fault as a CountStatistic.
Generally if an Endpoint results in a fault, this count will
increment by one.
|
public javax.management.j2ee.statistics.CountStatistic | getTotalNumSuccess()Returns the total number of successful runs, as a CountStatistic.
Generally if an operation returns with out a fault it is consider a
success. normally, this count will increment by one.
|