|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.webbeans.lifecycle.AbstractLifeCycle
org.apache.webbeans.web.lifecycle.WebContainerLifecycle
public final class WebContainerLifecycle
Manages container lifecycle.
Behaves according to the request, session, and application contexts of the web application.
WebBeansConfigurationListener| Field Summary |
|---|
| Fields inherited from class org.apache.webbeans.lifecycle.AbstractLifeCycle |
|---|
contextsService, logger, scannerService, webBeansContext |
| Constructor Summary | |
|---|---|
WebContainerLifecycle()
Creates a new lifecycle instance and initializes the instance variables. |
|
WebContainerLifecycle(WebBeansContext webBeansContext)
Creates a new lifecycle instance and initializes the instance variables. |
|
| Method Summary | |
|---|---|
protected void |
afterStartApplication(Object startupObject)
|
protected void |
afterStopApplication(Object stopObject)
|
protected void |
beforeStartApplication(Object startupObject)
|
protected void |
beforeStopApplication(Object stopObject)
|
void |
startApplication(Object startupObject)
|
void |
stopApplication(Object endObject)
|
| Methods inherited from class org.apache.webbeans.lifecycle.AbstractLifeCycle |
|---|
afterInitApplication, beforeInitApplication, getBeanManager, getContextService, getLogger, getWebBeansContext, initApplication |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebContainerLifecycle()
public WebContainerLifecycle(WebBeansContext webBeansContext)
| Method Detail |
|---|
public void startApplication(Object startupObject)
startApplication in interface ContainerLifecyclestartApplication in class AbstractLifeCyclepublic void stopApplication(Object endObject)
stopApplication in interface ContainerLifecyclestopApplication in class AbstractLifeCycleprotected void afterStartApplication(Object startupObject)
afterStartApplication in class AbstractLifeCycleprotected void beforeStartApplication(Object startupObject)
beforeStartApplication in class AbstractLifeCycleprotected void beforeStopApplication(Object stopObject)
beforeStopApplication in class AbstractLifeCycleprotected void afterStopApplication(Object stopObject)
afterStopApplication in class AbstractLifeCycle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||