| org.mortbay.jetty.servlet.jsr77.management.Jsr77ServletHolderMBean
Jsr77ServletHolderMBean | public class Jsr77ServletHolderMBean extends ObjectMBean (Code) | | Jsr77ServletHolderMBean
author: janb version: $Revision: 1259 $ $Date: 2006-11-19 17:00:48 +0100 (Sun, 19 Nov 2006) $ |
getMaxTime | public Long getMaxTime()(Code) | | MaxTime
Necessary for JBoss's JSR77 impl.
the max service time statistic |
getMinTime | public Long getMinTime()(Code) | | MinTime
Necessary for JBoss's JSR77 impl.
the min service time statistic |
getProcessingTime | public Long getProcessingTime()(Code) | | Satisfying JBoss's JSR77 impl
|
getRequestCount | public Integer getRequestCount()(Code) | | Satisfying JBoss's JSR77 impl
|
getStatisticsProvider | public boolean getStatisticsProvider()(Code) | | StatisticsProvider
As per the jsr77 spec, we are providing statistics for a
servlet
true |
getStats | public ServletStats getStats()(Code) | | ServletStats
the JSR77 servlet stats for the servlet we represent |
|
|