Class JobEnvironmentConfigListener
java.lang.Object
org.exoplatform.services.scheduler.impl.JobEnvironmentConfigListener
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin,org.quartz.JobListener
public class JobEnvironmentConfigListener
extends Object
implements org.quartz.JobListener, org.exoplatform.container.component.ComponentPlugin
Created by The eXo Platform SAS Author : Hoa Pham hoapham@exoplatform.com Oct
5, 2005
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidjobExecutionVetoed(org.quartz.JobExecutionContext context) voidjobToBeExecuted(org.quartz.JobExecutionContext context) voidjobWasExecuted(org.quartz.JobExecutionContext context, org.quartz.JobExecutionException exception) voidvoid
-
Constructor Details
-
JobEnvironmentConfigListener
public JobEnvironmentConfigListener()
-
-
Method Details
-
jobToBeExecuted
public void jobToBeExecuted(org.quartz.JobExecutionContext context) - Specified by:
jobToBeExecutedin interfaceorg.quartz.JobListener
-
jobExecutionVetoed
public void jobExecutionVetoed(org.quartz.JobExecutionContext context) - Specified by:
jobExecutionVetoedin interfaceorg.quartz.JobListener
-
jobWasExecuted
public void jobWasExecuted(org.quartz.JobExecutionContext context, org.quartz.JobExecutionException exception) - Specified by:
jobWasExecutedin interfaceorg.quartz.JobListener
-
getName
- Specified by:
getNamein interfaceorg.exoplatform.container.component.ComponentPlugin- Specified by:
getNamein interfaceorg.quartz.JobListener
-
setName
- Specified by:
setNamein interfaceorg.exoplatform.container.component.ComponentPlugin
-
getDescription
- Specified by:
getDescriptionin interfaceorg.exoplatform.container.component.ComponentPlugin
-
setDescription
- Specified by:
setDescriptionin interfaceorg.exoplatform.container.component.ComponentPlugin
-