Class StringStatisticImpl

java.lang.Object
com.sun.enterprise.admin.monitor.stats.StatisticImpl
com.sun.enterprise.admin.monitor.stats.StringStatisticImpl
All Implemented Interfaces:
StringStatistic, Serializable, Statistic

public final class StringStatisticImpl extends StatisticImpl implements StringStatistic
A basic implementation of the StringStatistic Interface. All the instances of this class are immutable.
Since:
S1AS8.0
Version:
1.0
Author:
Muralidhar Vempaty, Kedar Mhaswade
See Also:
  • Constructor Details

    • StringStatisticImpl

      public StringStatisticImpl(String str, String name, String unit, String desc, long startTime, long sampleTime)
      Constructor
      Parameters:
      str - The current value of this statistic
      name - The name of the statistic
      unit - The unit of measurement for this statistic
      desc - A brief description of the statistic
      startTime - Time in milliseconds at which the measurement was started
      sampleTime - Time at which the last measurement was done.
  • Method Details