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, updateSampleTime
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDescription, getLastSampleTime, getName, getStartTime, getUnit
public 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.CountStatistic
protected void appendFieldDescription(StringBuffer buffer)
appendFieldDescription
in class StatisticImpl
public double getPeriod()
public double getFrequency()
Copyright © 2005–2017 The Apache Software Foundation. All rights reserved.