eXo Kernel :: Component :: Common Service 2.4.3-CLD

org.exoplatform.services.scheduler
Class AddJobListenerComponentPlugin

java.lang.Object
  extended by org.exoplatform.container.component.BaseComponentPlugin
      extended by 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

Field Summary
 
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name
 
Constructor Summary
AddJobListenerComponentPlugin()
           
AddJobListenerComponentPlugin(InitParams params)
           
 
Method Summary
 List<JobKey> getKeys()
           
 
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 Detail

AddJobListenerComponentPlugin

public AddJobListenerComponentPlugin()

AddJobListenerComponentPlugin

public AddJobListenerComponentPlugin(InitParams params)
Method Detail

getKeys

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

eXo Kernel :: Component :: Common Service 2.4.3-CLD

Copyright © 2013 eXo Platform SAS. All Rights Reserved.