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

java.lang.Object
  extended by javax.batch.api.listener.AbstractJobListener
      extended by com.ibm.jbatch.tck.artifacts.specialized.ThreadTrackingJobListener
All Implemented Interfaces:
JobListener

@Named
public class ThreadTrackingJobListener
extends AbstractJobListener


Field Summary
static String GOOD_EXIT
           
 
Constructor Summary
ThreadTrackingJobListener()
           
 
Method Summary
 void afterJob()
           
 void beforeJob()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GOOD_EXIT

public static final String GOOD_EXIT
See Also:
Constant Field Values
Constructor Detail

ThreadTrackingJobListener

public ThreadTrackingJobListener()
Method Detail

beforeJob

public void beforeJob()
               throws Exception
Specified by:
beforeJob in interface JobListener
Overrides:
beforeJob in class AbstractJobListener
Throws:
Exception

afterJob

public void afterJob()
              throws Exception
Specified by:
afterJob in interface JobListener
Overrides:
afterJob in class AbstractJobListener
Throws:
Exception


Copyright © 2013. All Rights Reserved.