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 Constructor Description JobEnvironmentConfigListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetName()voidjobExecutionVetoed(org.quartz.JobExecutionContext context)voidjobToBeExecuted(org.quartz.JobExecutionContext context)voidjobWasExecuted(org.quartz.JobExecutionContext context, org.quartz.JobExecutionException exception)voidsetDescription(String s)voidsetName(String s)
-
-
-
Method Detail
-
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
public String getName()
- Specified by:
getNamein interfaceorg.exoplatform.container.component.ComponentPlugin- Specified by:
getNamein interfaceorg.quartz.JobListener
-
setName
public void setName(String s)
- Specified by:
setNamein interfaceorg.exoplatform.container.component.ComponentPlugin
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceorg.exoplatform.container.component.ComponentPlugin
-
setDescription
public void setDescription(String s)
- Specified by:
setDescriptionin interfaceorg.exoplatform.container.component.ComponentPlugin
-
-