com.hs.mail.imap.schedule
Class DiskCleanupJob

java.lang.Object
  extended by org.springframework.scheduling.quartz.QuartzJobBean
      extended by com.hs.mail.imap.schedule.DiskCleanupJob
All Implemented Interfaces:
org.quartz.Job

public class DiskCleanupJob
extends org.springframework.scheduling.quartz.QuartzJobBean

Since:
Sep 28, 2010
Author:
Won Chul Doh

Constructor Summary
DiskCleanupJob()
           
 
Method Summary
protected  void executeInternal(org.quartz.JobExecutionContext context)
           
 void setMailboxManager(MailboxManager manager)
           
 
Methods inherited from class org.springframework.scheduling.quartz.QuartzJobBean
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiskCleanupJob

public DiskCleanupJob()
Method Detail

setMailboxManager

public void setMailboxManager(MailboxManager manager)

executeInternal

protected void executeInternal(org.quartz.JobExecutionContext context)
                        throws org.quartz.JobExecutionException
Specified by:
executeInternal in class org.springframework.scheduling.quartz.QuartzJobBean
Throws:
org.quartz.JobExecutionException


Copyright © 2011. All Rights Reserved.