Class TriggerTimerEventJob

  • All Implemented Interfaces:
    java.io.Serializable, StatelessJob

    public class TriggerTimerEventJob
    extends InternalJob
    Author:
    Baptiste Mesta, Elias Ricken de Medeiros, Celine Souchet
    See Also:
    Serialized Form
    • Constructor Detail

      • TriggerTimerEventJob

        public TriggerTimerEventJob()
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: StatelessJob
        Gets the job name.
        Returns:
        the job name
      • getDescription

        public java.lang.String getDescription()
        Description copied from interface: StatelessJob
        Gets the description of the job.
        Returns:
        the job description
      • setAttributes

        public void setAttributes​(java.util.Map<java.lang.String,​java.io.Serializable> attributes)
                           throws SJobConfigurationException
        Description copied from interface: StatelessJob
        This method is called by the scheduler service before the execution of the job
        Parameters:
        attributes - key is the name of the attribute value is the value of the attribute
        Throws:
        SJobConfigurationException