org.exoplatform.calendar.service
Class DeleteShareJob
java.lang.Object
org.exoplatform.calendar.service.DeleteShareJob
- All Implemented Interfaces:
- org.quartz.InterruptableJob, org.quartz.Job
public class DeleteShareJob
- extends Object
- implements org.quartz.Job, org.quartz.InterruptableJob
Created by The eXo Platform SAS
Author : vietnq
vietnq@exoplatform.com
Nov 20, 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 |
DeleteShareJob
public DeleteShareJob()
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.