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

java.lang.Object
  extended by javax.batch.api.listener.AbstractStepListener
      extended by com.ibm.jbatch.tck.artifacts.reusable.CountInvocationsStepListener
All Implemented Interfaces:
StepListener

@Named
public class CountInvocationsStepListener
extends AbstractStepListener


Field Summary
static int STATIC_AFTER_COUNT
           
static int STATIC_BEFORE_COUNT
           
 
Constructor Summary
CountInvocationsStepListener()
           
 
Method Summary
 void afterStep()
           
 void beforeStep()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATIC_BEFORE_COUNT

public static int STATIC_BEFORE_COUNT

STATIC_AFTER_COUNT

public static int STATIC_AFTER_COUNT
Constructor Detail

CountInvocationsStepListener

public CountInvocationsStepListener()
Method Detail

beforeStep

public void beforeStep()
                throws Exception
Specified by:
beforeStep in interface StepListener
Overrides:
beforeStep in class AbstractStepListener
Throws:
Exception

afterStep

public void afterStep()
               throws Exception
Specified by:
afterStep in interface StepListener
Overrides:
afterStep in class AbstractStepListener
Throws:
Exception


Copyright © 2013. All Rights Reserved.