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.JobListenerThe root class allowing to assign a given job listener to one or several job identified by theirJobKey- Version:
- $Id$
- Author:
- Nicolas Filotto
-
-
Constructor Summary
Constructors Constructor Description AddJobListenerComponentPlugin()AddJobListenerComponentPlugin(org.exoplatform.container.xml.InitParams params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<JobKey>getKeys()-
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
-