Class ApplicationScopedBatchlet

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

    @ApplicationScoped
    @Named("CDIApplicationScopedBatchlet")
    public class ApplicationScopedBatchlet
    extends Object
    implements jakarta.batch.api.Batchlet
    • Constructor Detail

      • ApplicationScopedBatchlet

        public ApplicationScopedBatchlet()
    • Method Detail

      • process

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

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