com.atlassian.config.lifecycle
Class DefaultLifecycleManager
java.lang.Object
com.atlassian.config.lifecycle.DefaultLifecycleManager
- All Implemented Interfaces:
- LifecycleManager
public class DefaultLifecycleManager
- extends Object
- implements LifecycleManager
Method Summary |
void |
setEventManager(com.atlassian.event.EventManager eventManager)
|
void |
setPluginManager(com.atlassian.plugin.PluginManager pluginManager)
|
void |
shutDown(javax.servlet.ServletContext servletContext)
Perform all the shutdown tasks for the application. |
void |
startUp(javax.servlet.ServletContext servletContext)
Perform all the startup tasks for the application. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultLifecycleManager
public DefaultLifecycleManager()
startUp
public void startUp(javax.servlet.ServletContext servletContext)
- Description copied from interface:
LifecycleManager
- Perform all the startup tasks for the application.
- Specified by:
startUp
in interface LifecycleManager
- Parameters:
servletContext
- the web application servlet context
shutDown
public void shutDown(javax.servlet.ServletContext servletContext)
- Description copied from interface:
LifecycleManager
- Perform all the shutdown tasks for the application.
- Specified by:
shutDown
in interface LifecycleManager
- Parameters:
servletContext
- the web application servlet context
setPluginManager
public void setPluginManager(com.atlassian.plugin.PluginManager pluginManager)
setEventManager
public void setEventManager(com.atlassian.event.EventManager eventManager)
Copyright © 2006-2010 Atlassian Pty Ltd. All Rights Reserved.