eXo Kernel :: Component :: Common Service 2.5.0-Alpha2

org.exoplatform.services.scheduler.impl
Class JobEnvironmentConfigListener

java.lang.Object
  extended by 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


Constructor Summary
JobEnvironmentConfigListener()
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 void jobExecutionVetoed(org.quartz.JobExecutionContext context)
           
 void jobToBeExecuted(org.quartz.JobExecutionContext context)
           
 void jobWasExecuted(org.quartz.JobExecutionContext context, org.quartz.JobExecutionException exception)
           
 void setDescription(String s)
           
 void setName(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobEnvironmentConfigListener

public JobEnvironmentConfigListener()
Method Detail

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

eXo Kernel :: Component :: Common Service 2.5.0-Alpha2

Copyright © 2013 eXo Platform SAS. All Rights Reserved.