org.exoplatform.calendar.service
Class ShareCalendarJob
java.lang.Object
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
|
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 |
ShareCalendarJob
public ShareCalendarJob()
throws Exception
- Throws:
Exception
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 © 2003-2013 eXo Platform SAS. All Rights Reserved.