jsr352.tck.reusable
Class MyBatchletImpl

java.lang.Object
  extended by jsr352.tck.reusable.MyBatchletImpl

@Named(value="MyBatchlet")
public class MyBatchletImpl
extends Object


Field Summary
static String GOOD_EXIT_STATUS
           
 
Constructor Summary
MyBatchletImpl()
           
 
Method Summary
 void begin()
           
 void cancel()
           
 void end()
           
 String process()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GOOD_EXIT_STATUS

public static String GOOD_EXIT_STATUS
Constructor Detail

MyBatchletImpl

public MyBatchletImpl()
Method Detail

begin

public void begin()
           throws Exception
Throws:
Exception

process

public String process()
               throws Exception
Throws:
Exception

cancel

public void cancel()
            throws Exception
Throws:
Exception

end

public void end()
         throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.