public class PollCountStatisticImpl extends StatisticImpl implements javax.management.j2ee.statistics.CountStatistic
enabled| Constructor and Description |
|---|
PollCountStatisticImpl(PollCountStatisticImpl parent,
java.lang.String name,
java.lang.String description) |
PollCountStatisticImpl(java.lang.String name,
java.lang.String description) |
PollCountStatisticImpl(java.lang.String name,
java.lang.String unit,
java.lang.String description) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendFieldDescription(java.lang.StringBuffer buffer) |
long |
getCount() |
double |
getFrequency() |
PollCountStatisticImpl |
getParent() |
double |
getPeriod() |
void |
setParent(PollCountStatisticImpl parent) |
getDescription, getLastSampleTime, getName, getStartTime, getUnit, isDoReset, isEnabled, reset, setDoReset, setEnabled, toString, updateSampleTimepublic PollCountStatisticImpl(PollCountStatisticImpl parent, java.lang.String name, java.lang.String description)
public PollCountStatisticImpl(java.lang.String name,
java.lang.String description)
public PollCountStatisticImpl(java.lang.String name,
java.lang.String unit,
java.lang.String description)
public PollCountStatisticImpl getParent()
public void setParent(PollCountStatisticImpl parent)
public long getCount()
getCount in interface javax.management.j2ee.statistics.CountStatisticprotected void appendFieldDescription(java.lang.StringBuffer buffer)
appendFieldDescription in class StatisticImplpublic double getPeriod()
public double getFrequency()
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.