|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.enterprise.admin.monitor.stats.StatisticImpl
com.sun.enterprise.admin.monitor.stats.CountStatisticImpl
public class CountStatisticImpl
An implementation of a CountStatistic. All instances of this class are immutable. Provides all the necessary accessors for properties.
| Field Summary |
|---|
| Fields inherited from class com.sun.enterprise.admin.monitor.stats.StatisticImpl |
|---|
DEFAULT_UNIT, DEFAULT_VALUE, NEWLINE |
| Constructor Summary | |
|---|---|
CountStatisticImpl(long countVal,
String name,
String unit,
String desc,
long sampleTime,
long startTime)
Constructs an immutable instance of CountStatistic with given parameters. |
|
CountStatisticImpl(String name)
Constructs an instance of this class with following default values: Unit is empty string. |
|
CountStatisticImpl(String name,
String unit)
Constructs an instance of this class with following default values: Current Value is StatisticImpl#DEFAULT_VALUE. |
|
CountStatisticImpl(String name,
String unit,
long value)
Constructs an instance of this class with following default values: Description is calculated from the name passed in. |
|
CountStatisticImpl(String name,
String unit,
String desc)
Constructs an instance of this class with following default values: Description is calculated from the name passed in. |
|
| Method Summary | |
|---|---|
long |
getCount()
Returns the current value of this statistic. |
String |
toString()
|
| Methods inherited from class com.sun.enterprise.admin.monitor.stats.StatisticImpl |
|---|
getDescription, getLastSampleTime, getName, getStartTime, getUnit, setDescription |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.glassfish.j2ee.statistics.Statistic |
|---|
getDescription, getLastSampleTime, getName, getStartTime, getUnit |
| Constructor Detail |
|---|
public CountStatisticImpl(String name)
name - String indicating the name of the statistic
public CountStatisticImpl(String name,
String unit)
name - String indicating the name of the statisticunit - String indicating the unit of the statistic
public CountStatisticImpl(String name,
String unit,
String desc)
name - String indicating the name of the statisticunit - String indicating the unit of the statisticdesc - A brief description of the statistic
public CountStatisticImpl(String name,
String unit,
long value)
name - String indicating the name of the statisticunit - String indicating the unit of the statisticvalue - long indicating the unit of the statistic
public CountStatisticImpl(long countVal,
String name,
String unit,
String desc,
long sampleTime,
long startTime)
curVal - The current value of this statisticname - The name of the statisticunit - The unit of measurement for this statisticdesc - A brief description of the statisticstartTime - Time in milliseconds at which the measurement was startedsampleTime - Time at which the last measurement was done.| Method Detail |
|---|
public String toString()
toString in class StatisticImplpublic long getCount()
getCount in interface CountStatistic
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||