com.ibm.websphere.pmi.stat

Class DoubleStatisticImpl

    • Field Detail

      • count

        protected double count
        Deprecated. 
    • Constructor Detail

      • DoubleStatisticImpl

        public DoubleStatisticImpl(int dataId)
        Deprecated. 
      • DoubleStatisticImpl

        public DoubleStatisticImpl(int dataId,
                           double count,
                           long startTime,
                           long lastSampleTime)
        Deprecated. 
      • DoubleStatisticImpl

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

      • reset

        public void reset(boolean resetAll)
        Deprecated. 
      • set

        public void set(double count,
               long startTime,
               long lastSampleTime)
        Deprecated. 
      • getDouble

        public double getDouble()
        Deprecated. 
      • combine

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

        public void setDouble(double value)
        Deprecated. 
      • increment

        public void increment()
        Deprecated. 
        Server side only method
      • increment

        public void increment(double val)
        Deprecated. 
        Server side only method
      • decrement

        public void decrement()
        Deprecated. 
        Server side only method
      • decrement

        public void decrement(double val)
        Deprecated. 
        Server side only method
      • toString

        public java.lang.String toString()
        Deprecated. 
        Overrides:
        toString in class StatisticImpl
      • toString

        public java.lang.String toString(java.lang.String indent)
        Deprecated. 
        Overrides:
        toString in class StatisticImpl
      • update

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

        public Statistic delta(Statistic otherStat)
        Deprecated. 
        Specified by:
        delta in class StatisticImpl
        Parameters:
        otherStat - 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 other)
        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:
        other - must have the same data ID and type
IBM WebSphere Application ServerTM
Release 8.5