Class GroovyBatchlet

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

    public class GroovyBatchlet
    extends Object
    implements javax.batch.api.Batchlet
    • Constructor Detail

      • GroovyBatchlet

        public GroovyBatchlet()
    • Method Detail

      • process

        public String process()
                       throws Exception
        Specified by:
        process in interface javax.batch.api.Batchlet
        Throws:
        Exception
      • stop

        public void stop()
                  throws Exception
        Specified by:
        stop in interface javax.batch.api.Batchlet
        Throws:
        Exception