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 java.lang.Object
implements org.quartz.JobListener, ComponentPlugin

Created by The eXo Platform SAS Author : Hoa Pham hoapham@exoplatform.com Oct 5, 2005


Constructor Summary
JobEnvironmentConfigListener(PortalContainerInfo pinfo)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.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(java.lang.String s)
           
 void setName(java.lang.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(PortalContainerInfo pinfo)
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 java.lang.String getName()
Specified by:
getName in interface ComponentPlugin
Specified by:
getName in interface org.quartz.JobListener

setName

public void setName(java.lang.String s)
Specified by:
setName in interface ComponentPlugin

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface ComponentPlugin

setDescription

public void setDescription(java.lang.String s)
Specified by:
setDescription in interface ComponentPlugin


Copyright © 2012 eXo Platform SAS. All Rights Reserved.