Interface FilterProcessorMBean


  • @ProviderType
    public interface FilterProcessorMBean
    This is the management interface for the Filter.
    • Method Detail

      • getInvocationsCount

        long getInvocationsCount()
        Returns the number of invocations collected since last resetting the statistics.
        Returns:
        Get invocation count
        See Also:
        resetStatistics()
      • getMeanFilterDurationMsec

        double getMeanFilterDurationMsec()
        Returns the mean filter invocation time in milliseconds since resetting the statistics.
        Returns:
        Get mean filter duration
        See Also:
        resetStatistics()
      • resetStatistics

        void resetStatistics()
        Resets all statistics values and restarts from zero.