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

java.lang.Object
  extended by javax.batch.api.AbstractBatchlet
      extended by com.ibm.jbatch.tck.artifacts.specialized.OverrideOnAttributeValuesUponRestartBatchlet
All Implemented Interfaces:
Batchlet

@Named(value="overrideOnAttributeValuesUponRestartBatchlet")
public class OverrideOnAttributeValuesUponRestartBatchlet
extends AbstractBatchlet


Constructor Summary
OverrideOnAttributeValuesUponRestartBatchlet()
           
 
Method Summary
 String process()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OverrideOnAttributeValuesUponRestartBatchlet

public OverrideOnAttributeValuesUponRestartBatchlet()
Method Detail

process

public String process()
               throws Exception
Specified by:
process in interface Batchlet
Specified by:
process in class AbstractBatchlet
Throws:
Exception

stop

public void stop()
          throws Exception
Specified by:
stop in interface Batchlet
Overrides:
stop in class AbstractBatchlet
Throws:
Exception


Copyright © 2013. All Rights Reserved.