com.atlassian.confluence.mail.jobs
Class MailPollJob
java.lang.Object
org.springframework.scheduling.quartz.QuartzJobBean
com.atlassian.confluence.setup.quartz.AbstractClusterAwareQuartzJobBean
com.atlassian.confluence.mail.jobs.MailPollJob
- All Implemented Interfaces:
- org.quartz.Job
public class MailPollJob
- extends AbstractClusterAwareQuartzJobBean
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 |
MailPollJob
public MailPollJob()
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)