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

java.lang.Object
  extended by com.ibm.batch.container.artifact.proxy.AbstractProxy
      extended by com.ibm.batch.container.artifact.proxy.BatchletProxy

public class BatchletProxy
extends AbstractProxy


Field Summary
 
Fields inherited from class com.ibm.batch.container.artifact.proxy.AbstractProxy
delegate, propertyMap
 
Method Summary
 Object getDelegate()
          May need to remove this.
 Method getProcessMethod()
           
 Method getStopMethod()
           
 String process()
           
 void stop()
           
 
Methods inherited from class com.ibm.batch.container.artifact.proxy.AbstractProxy
findPropertyFields, getFlowContext, getJobContext, getSplitContext, getStepContext, setFlowContext, setJobContext, setSplitContext, 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()

stop

public void stop()

getDelegate

public Object getDelegate()
Description copied from class: AbstractProxy
May need to remove this. We currently have no need for direct access to the delegate object.

Overrides:
getDelegate in class AbstractProxy

getProcessMethod

public Method getProcessMethod()

getStopMethod

public Method getStopMethod()


Copyright © 2013. All Rights Reserved.