org.exoplatform.calendar.service
Class DeleteShareJob

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


Constructor Summary
DeleteShareJob()
           
 
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

DeleteShareJob

public DeleteShareJob()
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 © 2003-2013 eXo Platform SAS. All Rights Reserved.