|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mortbay.jetty.servlet.jsr77.ServletStatsImpl
public class ServletStatsImpl
Jsr77ServletStats Implementation of ServletStats from JSR77 specification.
| Constructor Summary | |
|---|---|
ServletStatsImpl(String servletName)
|
|
| Method Summary | |
|---|---|
String |
getName()
|
javax.management.j2ee.statistics.TimeStatistic |
getServiceTime()
|
javax.management.j2ee.statistics.Statistic |
getStatistic(String statisticName)
Get the TimeStatistic |
String[] |
getStatisticNames()
Get the names of supported statistics. |
javax.management.j2ee.statistics.Statistic[] |
getStatistics()
Get an object of all the types of statistics supported. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ServletStatsImpl(String servletName)
| Method Detail |
|---|
public javax.management.j2ee.statistics.TimeStatistic getServiceTime()
getServiceTime in interface javax.management.j2ee.statistics.ServletStatsServletStats.getServiceTime()public javax.management.j2ee.statistics.Statistic getStatistic(String statisticName)
getStatistic in interface javax.management.j2ee.statistics.StatsStats.getStatistic(java.lang.String)public String[] getStatisticNames()
getStatisticNames in interface javax.management.j2ee.statistics.StatsStats.getStatisticNames()public javax.management.j2ee.statistics.Statistic[] getStatistics()
getStatistics in interface javax.management.j2ee.statistics.StatsStats.getStatistics()public String getName()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||