com.ibm.jbatch.tck.artifacts.reusable
Class MyCounter

java.lang.Object
  extended by com.ibm.jbatch.tck.artifacts.reusable.MyCounter

public class MyCounter
extends Object


Constructor Summary
MyCounter()
           
 
Method Summary
 int getAfterCount()
           
 int getBeforeCount()
           
 void incrementAfterCount()
           
 void incrementBeforeCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyCounter

public MyCounter()
Method Detail

getBeforeCount

public int getBeforeCount()

incrementBeforeCount

public void incrementBeforeCount()

getAfterCount

public int getAfterCount()

incrementAfterCount

public void incrementAfterCount()


Copyright © 2013. All Rights Reserved.