public interface LifecycleManager
| Modifier and Type | Method and Description |
|---|---|
boolean |
isStartedUp() |
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.
|
void startUp(javax.servlet.ServletContext servletContext)
servletContext - the web application servlet contextvoid shutDown(javax.servlet.ServletContext servletContext)
servletContext - the web application servlet contextboolean isStartedUp()
Copyright © 2006–2024 Atlassian. All rights reserved.