public class FilterProcessorMBeanImpl extends StandardMBean implements FilterProcessorMBean
Constructor and Description |
---|
FilterProcessorMBeanImpl() |
Modifier and Type | Method and Description |
---|---|
long |
getInvocationsCount()
Returns the number of invocations collected since last resetting the
statistics.
|
double |
getMeanFilterDurationMsec()
Returns the mean filter invocation time in milliseconds since resetting
the statistics.
|
void |
resetStatistics()
Resets all statistics values and restarts from zero.
|
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getClassName, getConstructors, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getImpact, getImplementation, getImplementationClass, getMBeanInfo, getMBeanInterface, getParameterName, getParameterName, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementation
public FilterProcessorMBeanImpl() throws NotCompliantMBeanException
NotCompliantMBeanException
public long getInvocationsCount()
FilterProcessorMBean
getInvocationsCount
in interface FilterProcessorMBean
FilterProcessorMBean.resetStatistics()
public double getMeanFilterDurationMsec()
FilterProcessorMBean
getMeanFilterDurationMsec
in interface FilterProcessorMBean
FilterProcessorMBean.resetStatistics()
public void resetStatistics()
FilterProcessorMBean
resetStatistics
in interface FilterProcessorMBean
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.