Class StatisticImpl

    • Field Detail

      • enabled

        protected boolean enabled
    • Constructor Detail

    • Method Detail

      • reset

        public void reset()
        Description copied from interface: Resettable
        Reset the statistic
        Specified by:
        reset in interface Resettable
      • updateSampleTime

        protected void updateSampleTime()
      • getName

        public String getName()
        Specified by:
        getName in interface javax.management.j2ee.statistics.Statistic
      • getUnit

        public String getUnit()
        Specified by:
        getUnit in interface javax.management.j2ee.statistics.Statistic
      • getDescription

        public String getDescription()
        Specified by:
        getDescription in interface javax.management.j2ee.statistics.Statistic
      • getStartTime

        public long getStartTime()
        Specified by:
        getStartTime in interface javax.management.j2ee.statistics.Statistic
      • getLastSampleTime

        public long getLastSampleTime()
        Specified by:
        getLastSampleTime in interface javax.management.j2ee.statistics.Statistic
      • isEnabled

        public boolean isEnabled()
        Returns:
        the enabled
      • setEnabled

        public void setEnabled​(boolean enabled)
        Parameters:
        enabled - the enabled to set
      • isDoReset

        public boolean isDoReset()
        Returns:
        the doReset
      • setDoReset

        public void setDoReset​(boolean doReset)
        Parameters:
        doReset - the doReset to set
      • appendFieldDescription

        protected void appendFieldDescription​(StringBuffer buffer)