Class TimerJobFactoryOption

    • Field Detail

      • PROPERTY_NAME

        public static final String PROPERTY_NAME
        The property name for the timer job factory manager configuration
        See Also:
        Constant Field Values
    • Method Detail

      • get

        public static TimerJobFactoryOption get​(String timerJobType)
        This is a factory method for this timer job factory manager configuration. The factory method is a best practice for the case where the actual object construction is changed in the future.
        Parameters:
        timerJobType - the identifier for the belie system
        Returns:
        the actual type safe timer job factory manager configuration.
      • getPropertyName

        public String getPropertyName()
        Specified by:
        getPropertyName in interface Option
        Returns:
        the property name for this option
      • getTimerJobType

        public String getTimerJobType()
        Returns:
        the configured timer job factory manager
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object