org.exoplatform.services.scheduler
Class AddJobListenerComponentPlugin
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.scheduler.AddJobListenerComponentPlugin
- All Implemented Interfaces:
- ComponentPlugin, org.quartz.JobListener
public abstract class AddJobListenerComponentPlugin
- extends 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
| 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 |
AddJobListenerComponentPlugin
public AddJobListenerComponentPlugin()
AddJobListenerComponentPlugin
public AddJobListenerComponentPlugin(InitParams params)
getKeys
public List<JobKey> getKeys()
- Returns:
- the keys
Copyright © 2014 eXo Platform SAS. All Rights Reserved.