public class PollCountStatisticImpl extends StatisticImpl implements javax.management.j2ee.statistics.CountStatistic
enabled| Constructor and Description |
|---|
PollCountStatisticImpl(PollCountStatisticImpl parent,
String name,
String description) |
PollCountStatisticImpl(String name,
String description) |
PollCountStatisticImpl(String name,
String unit,
String description) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendFieldDescription(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, updateSampleTimeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDescription, getLastSampleTime, getName, getStartTime, getUnitpublic PollCountStatisticImpl(PollCountStatisticImpl parent, String name, String description)
public PollCountStatisticImpl getParent()
public void setParent(PollCountStatisticImpl parent)
public long getCount()
getCount in interface javax.management.j2ee.statistics.CountStatisticprotected void appendFieldDescription(StringBuffer buffer)
appendFieldDescription in class StatisticImplpublic double getPeriod()
public double getFrequency()
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.