org.exoplatform.services.scheduler.impl
Class JobEnvironmentConfigListener
java.lang.Object
org.exoplatform.services.scheduler.impl.JobEnvironmentConfigListener
- All Implemented Interfaces:
- ComponentPlugin, org.quartz.JobListener
public class JobEnvironmentConfigListener
- extends Object
- implements org.quartz.JobListener, ComponentPlugin
Created by The eXo Platform SAS Author : Hoa Pham hoapham@exoplatform.com Oct
5, 2005
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobEnvironmentConfigListener
public JobEnvironmentConfigListener()
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 ComponentPlugin- Specified by:
getName in interface org.quartz.JobListener
setName
public void setName(String s)
- Specified by:
setName in interface ComponentPlugin
getDescription
public String getDescription()
- Specified by:
getDescription in interface ComponentPlugin
setDescription
public void setDescription(String s)
- Specified by:
setDescription in interface ComponentPlugin
Copyright © 2012 eXo Platform SAS. All Rights Reserved.