org.exoplatform.calendar.service
Class ShareCalendarJob

java.lang.Object
  extended by org.exoplatform.calendar.service.ShareCalendarJob
All Implemented Interfaces:
org.quartz.InterruptableJob, org.quartz.Job

public class ShareCalendarJob
extends Object
implements org.quartz.Job, org.quartz.InterruptableJob

Created by The eXo Platform SARL Author : Haiddd haidd@exoplatform.com May 11, 2012


Constructor Summary
ShareCalendarJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
           
 void interrupt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShareCalendarJob

public ShareCalendarJob()
                 throws Exception
Throws:
Exception
Method Detail

execute

public void execute(org.quartz.JobExecutionContext context)
             throws org.quartz.JobExecutionException
Specified by:
execute in interface org.quartz.Job
Throws:
org.quartz.JobExecutionException

interrupt

public void interrupt()
               throws org.quartz.UnableToInterruptJobException
Specified by:
interrupt in interface org.quartz.InterruptableJob
Throws:
org.quartz.UnableToInterruptJobException


Copyright © 2013 eXo Platform SAS. All Rights Reserved.