com.ibm.batch.container.context.impl
Class MetricImpl
java.lang.Object
com.ibm.batch.container.context.impl.MetricImpl
- All Implemented Interfaces:
- Metric
public class MetricImpl
- extends Object
- implements Metric
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetricImpl
public MetricImpl(MetricImpl.Counter counter,
long value)
getName
public String getName()
- Specified by:
getName in interface Metric
getValue
public long getValue()
- Specified by:
getValue in interface Metric
incValue
public void incValue()
incValueBy
public void incValueBy(long incValue)
decValue
public void decValue()
Copyright © 2013. All Rights Reserved.