com.ibm.jbatch.tck.artifacts.chunkartifacts
Class InventoryStepListener

java.lang.Object
  extended by javax.batch.api.AbstractStepListener
      extended by com.ibm.jbatch.tck.artifacts.chunkartifacts.InventoryStepListener
All Implemented Interfaces:
StatusConstants, StepListener

@Named(value="inventoryStepListener")
public class InventoryStepListener
extends AbstractStepListener
implements StatusConstants


Field Summary
protected  DataSource dataSource
           
 
Fields inherited from interface com.ibm.jbatch.tck.artifacts.common.StatusConstants
A_STEP_RAN, GOOD_JOB_EXIT_STATUS, GOOD_STEP_EXIT_STATUS, SPECIAL_EXIT_STATUS, UNEXPECTED
 
Constructor Summary
InventoryStepListener()
           
 
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

dataSource

protected DataSource dataSource
Constructor Detail

InventoryStepListener

public InventoryStepListener()
Method Detail

afterStep

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

beforeStep

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


Copyright © 2013. All Rights Reserved.