Class JdbcBatchlet

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

    public class JdbcBatchlet
    extends JdbcConnectionConfiguration
    implements javax.batch.api.Batchlet
    • Constructor Detail

      • JdbcBatchlet

        public JdbcBatchlet()
    • 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