com.atlassian.confluence.mail.jobs
Class MailPollJob

java.lang.Object
  extended by org.springframework.scheduling.quartz.QuartzJobBean
      extended by com.atlassian.confluence.setup.quartz.AbstractClusterAwareQuartzJobBean
          extended by com.atlassian.confluence.mail.jobs.MailPollJob
All Implemented Interfaces:
org.quartz.Job

public class MailPollJob
extends AbstractClusterAwareQuartzJobBean


Constructor Summary
MailPollJob()
           
 
Method Summary
protected  void executeJob(org.quartz.JobExecutionContext jec)
           
 void setBootstrapManager(BootstrapManager bootstrapManager)
           
 void setMailAccountManager(MailAccountManager mailAccountManager)
           
 void setSpaceManager(SpaceManager spaceManager)
           
 
Methods inherited from class com.atlassian.confluence.setup.quartz.AbstractClusterAwareQuartzJobBean
executeInternal, setClusterManager
 
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

MailPollJob

public MailPollJob()
Method Detail

executeJob

protected void executeJob(org.quartz.JobExecutionContext jec)
                   throws org.quartz.JobExecutionException
Specified by:
executeJob in class AbstractClusterAwareQuartzJobBean
Throws:
org.quartz.JobExecutionException

setMailAccountManager

public void setMailAccountManager(MailAccountManager mailAccountManager)

setSpaceManager

public void setSpaceManager(SpaceManager spaceManager)

setBootstrapManager

public void setBootstrapManager(BootstrapManager bootstrapManager)


Copyright © 2003-2010 Atlassian. All Rights Reserved.