tigase.stats
Class StatRecord

java.lang.Object
  extended by tigase.stats.StatRecord

public class StatRecord
extends Object

Describe class StatRecord here. Created: Wed Nov 23 21:28:53 2005

Version:
$Rev$
Author:
Artur Hefczyc

Constructor Summary
StatRecord(String comp, StatisticType type, int value, Level level)
           
StatRecord(String comp, StatisticType type, long value, Level level)
           
StatRecord(String comp, String description, List<String> value, Level level)
           
StatRecord(String comp, String description, String unit, int value, Level level)
           
StatRecord(String comp, String description, String unit, long value, Level level)
           
StatRecord(String comp, String description, String unit, String value, Level level)
           
 
Method Summary
 String getComponent()
           
 String getDescription()
           
 int getIntValue()
           
 Level getLevel()
           
 List<String> getListValue()
           
 long getLongValue()
           
 StatisticType getType()
           
 String getUnit()
           
 String getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatRecord

public StatRecord(String comp,
                  String description,
                  String unit,
                  String value,
                  Level level)

StatRecord

public StatRecord(String comp,
                  String description,
                  String unit,
                  int value,
                  Level level)

StatRecord

public StatRecord(String comp,
                  StatisticType type,
                  long value,
                  Level level)

StatRecord

public StatRecord(String comp,
                  StatisticType type,
                  int value,
                  Level level)

StatRecord

public StatRecord(String comp,
                  String description,
                  List<String> value,
                  Level level)

StatRecord

public StatRecord(String comp,
                  String description,
                  String unit,
                  long value,
                  Level level)
Method Detail

getDescription

public String getDescription()

getUnit

public String getUnit()

getValue

public String getValue()

getType

public StatisticType getType()

getListValue

public List<String> getListValue()

getLevel

public Level getLevel()

getComponent

public String getComponent()

getLongValue

public long getLongValue()

getIntValue

public int getIntValue()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.