Class JobEnvironmentConfigListener

  • All Implemented Interfaces:
    org.exoplatform.container.component.ComponentPlugin, org.quartz.JobListener

    public class JobEnvironmentConfigListener
    extends Object
    implements org.quartz.JobListener, org.exoplatform.container.component.ComponentPlugin
    Created by The eXo Platform SAS Author : Hoa Pham hoapham@exoplatform.com Oct 5, 2005
    • Constructor Detail

      • JobEnvironmentConfigListener

        public JobEnvironmentConfigListener()
    • Method Detail

      • jobToBeExecuted

        public void jobToBeExecuted​(org.quartz.JobExecutionContext context)
        Specified by:
        jobToBeExecuted in interface org.quartz.JobListener
      • jobExecutionVetoed

        public void jobExecutionVetoed​(org.quartz.JobExecutionContext context)
        Specified by:
        jobExecutionVetoed in interface org.quartz.JobListener
      • jobWasExecuted

        public void jobWasExecuted​(org.quartz.JobExecutionContext context,
                                   org.quartz.JobExecutionException exception)
        Specified by:
        jobWasExecuted in interface org.quartz.JobListener
      • getName

        public String getName()
        Specified by:
        getName in interface org.exoplatform.container.component.ComponentPlugin
        Specified by:
        getName in interface org.quartz.JobListener
      • setName

        public void setName​(String s)
        Specified by:
        setName in interface org.exoplatform.container.component.ComponentPlugin
      • getDescription

        public String getDescription()
        Specified by:
        getDescription in interface org.exoplatform.container.component.ComponentPlugin
      • setDescription

        public void setDescription​(String s)
        Specified by:
        setDescription in interface org.exoplatform.container.component.ComponentPlugin