Class MyCounter
java.lang.Object
com.ibm.jbatch.tck.artifacts.reusable.MyCounter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
void
void
-
Constructor Details
-
MyCounter
public MyCounter()
-
-
Method Details
-
getBeforeCount
public int getBeforeCount() -
incrementBeforeCount
public void incrementBeforeCount() -
getAfterCount
public int getAfterCount() -
incrementAfterCount
public void incrementAfterCount()
-