Class SchedulerConfigImpl

    • Constructor Detail

      • SchedulerConfigImpl

        public SchedulerConfigImpl()
      • SchedulerConfigImpl

        public SchedulerConfigImpl​(java.lang.Object o)
    • Method Detail

      • getScheduledName

        public java.lang.String getScheduledName()
        Specified by:
        getScheduledName in interface SchedulerConfig
        Returns:
        The name of the AssemblyLine/Sequence that will be scheduled.
      • getStartTimes

        public java.lang.String getStartTimes()
        Description copied from interface: SchedulerConfig
        Returns a crontab style string specifying start times.
        Specified by:
        getStartTimes in interface SchedulerConfig
      • getType

        public int getType()
        Specified by:
        getType in interface SchedulerConfig
        Returns:
        the type of this scheduler, one of TIMER, KEEP_ALIVE.
      • setScheduledName

        public void setScheduledName​(java.lang.String name)
        Description copied from interface: SchedulerConfig
        Sets name of the AssemblyLine/Sequence that will be scheduled.
        Specified by:
        setScheduledName in interface SchedulerConfig
        Parameters:
        name - The name.
      • setStartTimes

        public void setStartTimes​(java.lang.String times)
        Description copied from interface: SchedulerConfig
        Sets the start times.
        Specified by:
        setStartTimes in interface SchedulerConfig
        Parameters:
        times - The start times.
      • setType

        public void setType​(int type)
        Description copied from interface: SchedulerConfig
        Sets the type of this scheduler.
        Specified by:
        setType in interface SchedulerConfig
        Parameters:
        type - The type to set, one of TIMER, KEEP_ALIVE.
      • getClone

        public java.lang.Object getClone()
                                  throws java.lang.Exception
        Return self clone
        Specified by:
        getClone in interface BaseConfiguration
        Overrides:
        getClone in class BaseConfigurationImpl
        Returns:
        a cloned version of this object.
        Throws:
        java.lang.Exception