Class AddJobListenerComponentPlugin

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.scheduler.AddJobListenerComponentPlugin
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin, org.quartz.JobListener

public abstract class AddJobListenerComponentPlugin extends org.exoplatform.container.component.BaseComponentPlugin implements org.quartz.JobListener
The root class allowing to assign a given job listener to one or several job identified by their JobKey
Version:
$Id$
Author:
Nicolas Filotto
  • Field Summary

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    AddJobListenerComponentPlugin(org.exoplatform.container.xml.InitParams params)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.quartz.JobListener

    getName, jobExecutionVetoed, jobToBeExecuted, jobWasExecuted
  • Constructor Details

    • AddJobListenerComponentPlugin

      public AddJobListenerComponentPlugin()
    • AddJobListenerComponentPlugin

      public AddJobListenerComponentPlugin(org.exoplatform.container.xml.InitParams params)
  • Method Details

    • getKeys

      public List<JobKey> getKeys()
      Returns:
      the keys