Class HazelcastLockBatchlet

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

    public class HazelcastLockBatchlet
    extends HazelcastSynchroInstanceAware
    implements javax.batch.api.Batchlet
    • Field Detail

      • tryDuration

        @Inject
        protected String tryDuration
      • tryDurationUnit

        @Inject
        protected String tryDurationUnit
    • Constructor Detail

      • HazelcastLockBatchlet

        public HazelcastLockBatchlet()
    • Method Detail

      • process

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

        protected String tryDurationUnit()
      • stop

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