public class CounterOutputMXBeanImpl extends Object implements CounterOutputMXBean
Constructor and Description |
---|
CounterOutputMXBeanImpl() |
Modifier and Type | Method and Description |
---|---|
double |
getAverage() |
long |
getTotal() |
void |
setAverage(double average) |
void |
setTotal(long total) |
public double getAverage()
getAverage
in interface CounterOutputMXBean
public void setAverage(double average)
public long getTotal()
getTotal
in interface CounterOutputMXBean
public void setTotal(long total)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.