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

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

public class BatchletProxy
extends AbstractProxy<Batchlet>
implements Batchlet


Field Summary
 
Fields inherited from class com.ibm.jbatch.container.artifact.proxy.AbstractProxy
delegate, stepContext
 
Method Summary
 String process()
           
 void stop()
           
 
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

process

public String process()
Specified by:
process in interface Batchlet

stop

public void stop()
Specified by:
stop in interface Batchlet


Copyright © 2013. All Rights Reserved.