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

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

@Named
public class SimpleJobListener
extends AbstractJobListener


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

Constructor Detail

SimpleJobListener

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