Interface SchedulerConfig

    • Field Detail

      • TIMER

        static final int TIMER
        The type could be one of the following values.
        SCHEDULER - Runs at scheduled times
        KEEP_ALIVE - Keeps the AL/Sequence alive
        See Also:
        Constant Field Values
    • Method Detail

      • getType

        int getType()
        Returns:
        the type of this scheduler, one of TIMER, KEEP_ALIVE.
      • setType

        void setType​(int type)
        Sets the type of this scheduler.
        Parameters:
        type - The type to set, one of TIMER, KEEP_ALIVE.
      • getScheduledName

        java.lang.String getScheduledName()
        Returns:
        The name of the AssemblyLine/Sequence that will be scheduled.
      • setScheduledName

        void setScheduledName​(java.lang.String name)
        Sets name of the AssemblyLine/Sequence that will be scheduled.
        Parameters:
        name - The name.
      • getStartTimes

        java.lang.String getStartTimes()
        Returns a crontab style string specifying start times.
      • setStartTimes

        void setStartTimes​(java.lang.String times)
        Sets the start times.
        Parameters:
        times - The start times.