com.ibm.jbatch.container.artifact.proxy
Class JobListenerProxy

java.lang.Object
  extended by com.ibm.jbatch.container.artifact.proxy.AbstractProxy<JobListener>
      extended by com.ibm.jbatch.container.artifact.proxy.JobListenerProxy
All Implemented Interfaces:
JobListener

public class JobListenerProxy
extends AbstractProxy<JobListener>
implements JobListener


Field Summary
 
Fields inherited from class com.ibm.jbatch.container.artifact.proxy.AbstractProxy
delegate, stepContext
 
Method Summary
 void afterJob()
           
 void beforeJob()
           
 
Methods inherited from class com.ibm.jbatch.container.artifact.proxy.AbstractProxy
getDelegate, setStepContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

afterJob

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

beforeJob

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


Copyright © 2013. All Rights Reserved.