Class JsrSampleBatchlet

  • All Implemented Interfaces:
    javax.batch.api.Batchlet

    public class JsrSampleBatchlet
    extends javax.batch.api.AbstractBatchlet

    Sample Batchlet implementation.

    Since:
    3.0
    Author:
    Chris Schaefer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.lang.Stringprocess() 
      • Methods inherited from class javax.batch.api.AbstractBatchlet

        stop
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsrSampleBatchlet

        public JsrSampleBatchlet()
    • Method Detail

      • process

        public java.lang.String process()
                                 throws java.lang.Exception
        Specified by:
        process in interface javax.batch.api.Batchlet
        Specified by:
        process in class javax.batch.api.AbstractBatchlet
        Throws:
        java.lang.Exception