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

java.lang.Object
  extended by com.ibm.jbatch.tck.artifacts.specialized.MyUniversalListener
All Implemented Interfaces:
JobListener, StepListener

@Named(value="myUniversalListener")
public class MyUniversalListener
extends Object
implements JobListener, StepListener


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

Constructor Detail

MyUniversalListener

public MyUniversalListener()
Method Detail

beforeJob

public void beforeJob()
Specified by:
beforeJob in interface JobListener

afterJob

public void afterJob()
Specified by:
afterJob in interface JobListener

beforeStep

public void beforeStep()
Specified by:
beforeStep in interface StepListener

afterStep

public void afterStep()
Specified by:
afterStep in interface StepListener


Copyright © 2013. All Rights Reserved.