tigase.stats
Class StatRecord
java.lang.Object
tigase.stats.StatRecord
public class StatRecord
- extends Object
Describe class StatRecord here.
Created: Wed Nov 23 21:28:53 2005
- Version:
- $Rev: 1813 $
- 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)
|
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)
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.