com.ibm.batch.container.context.impl
Class MetricImpl

java.lang.Object
  extended by com.ibm.batch.container.context.impl.MetricImpl
All Implemented Interfaces:
Metric

public class MetricImpl
extends Object
implements Metric


Nested Class Summary
static class MetricImpl.Counter
           
 
Constructor Summary
MetricImpl(MetricImpl.Counter counter, long value)
           
 
Method Summary
 void decValue()
           
 String getName()
           
 long getValue()
           
 void incValue()
           
 void incValueBy(long incValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetricImpl

public MetricImpl(MetricImpl.Counter counter,
                  long value)
Method Detail

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.