Class ExecutorDao


  • @Component
    @Singleton
    public class ExecutorDao
    extends Object
    Use setter injection because constructor injection may not work when nFlow is used in some legacy systems.
    • Method Detail

      • tick

        public boolean tick()
      • getExecutorGroup

        public String getExecutorGroup()
      • getExecutorGroupCondition

        public String getExecutorGroupCondition()
      • getExecutorId

        public int getExecutorId()
      • getMaxWaitUntil

        public org.joda.time.DateTime getMaxWaitUntil()
      • isTransactionSupportEnabled

        @Transactional
        public boolean isTransactionSupportEnabled()
      • isAutoCommitEnabled

        public boolean isAutoCommitEnabled()
      • updateActiveTimestamp

        public void updateActiveTimestamp()
      • markShutdown

        public void markShutdown()