com.ibm.websphere.pmi.stat

Class BoundaryStatisticImpl

    • Field Detail

      • upperBound

        protected long upperBound
        Deprecated. 
      • lowerBound

        protected long lowerBound
        Deprecated. 
    • Constructor Detail

      • BoundaryStatisticImpl

        public BoundaryStatisticImpl(int dataId)
        Deprecated. 
      • BoundaryStatisticImpl

        public BoundaryStatisticImpl(int id,
                             java.lang.String name,
                             java.lang.String unit,
                             java.lang.String description,
                             long startTime,
                             long lastSampleTime)
        Deprecated. 
    • Method Detail

      • set

        public void set(long lowerBound,
               long upperBound,
               long startTime,
               long lastSampleTime)
        Deprecated. 
      • setLowerBound

        public void setLowerBound(long val)
        Deprecated. 
      • setUpperBound

        public void setUpperBound(long val)
        Deprecated. 
      • combine

        public void combine(Statistic other)
        Deprecated. 
        Description copied from class: StatisticImpl
        Aggregate the value of parameter data to this data
        Specified by:
        combine in class StatisticImpl
        Parameters:
        other - must have the same data ID and type
      • update

        public void update(Statistic data)
        Deprecated. 
        Description copied from class: StatisticImpl
        Update itself with the new value in data.
        Specified by:
        update in class StatisticImpl
        Parameters:
        data - must have the same data ID and type
      • delta

        public Statistic delta(Statistic data)
        Deprecated. 
        Specified by:
        delta in class StatisticImpl
        Parameters:
        data - must have the same data ID and type
        Returns:
        an Statistic object whose value is the difference of (this - data)
      • resetOnClient

        public void resetOnClient(Statistic data)
        Deprecated. 
        Description copied from class: StatisticImpl
        Reset the data value to zero on client side. When using update method, the value will always be the value since the last reset is called.
        Specified by:
        resetOnClient in class StatisticImpl
        Parameters:
        data - must have the same data ID and type
IBM WebSphere Application ServerTM
Release 8.5