com.ibm.jbatch.tck.artifacts.specialized
Class ThreadTrackingStepListener

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

@Named
public class ThreadTrackingStepListener
extends AbstractStepListener


Constructor Summary
ThreadTrackingStepListener()
           
 
Method Summary
 void afterStep()
           
 void beforeStep()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadTrackingStepListener

public ThreadTrackingStepListener()
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.