com.atlassian.confluence.util
Class QuartzSchedulerLifecycle

java.lang.Object
  extended by com.atlassian.confluence.util.QuartzSchedulerLifecycle
All Implemented Interfaces:
com.atlassian.config.lifecycle.LifecycleItem

public class QuartzSchedulerLifecycle
extends java.lang.Object
implements com.atlassian.config.lifecycle.LifecycleItem


Constructor Summary
QuartzSchedulerLifecycle()
           
 
Method Summary
 void setScheduler(org.quartz.Scheduler scheduler)
           
 void setUpgradeManager(com.atlassian.upgrade.UpgradeManager upgradeManager)
           
 void shutdown(com.atlassian.config.lifecycle.LifecycleContext context)
           
 void startup(com.atlassian.config.lifecycle.LifecycleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuartzSchedulerLifecycle

public QuartzSchedulerLifecycle()
Method Detail

setUpgradeManager

public void setUpgradeManager(com.atlassian.upgrade.UpgradeManager upgradeManager)

setScheduler

public void setScheduler(org.quartz.Scheduler scheduler)

startup

public void startup(com.atlassian.config.lifecycle.LifecycleContext context)
             throws org.quartz.SchedulerException
Specified by:
startup in interface com.atlassian.config.lifecycle.LifecycleItem
Throws:
org.quartz.SchedulerException

shutdown

public void shutdown(com.atlassian.config.lifecycle.LifecycleContext context)
              throws org.quartz.SchedulerException
Specified by:
shutdown in interface com.atlassian.config.lifecycle.LifecycleItem
Throws:
org.quartz.SchedulerException


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.