org.apache.webbeans.lifecycle
Class StandaloneLifeCycle
java.lang.Object
org.apache.webbeans.lifecycle.AbstractLifeCycle
org.apache.webbeans.lifecycle.StandaloneLifeCycle
- All Implemented Interfaces:
- ContainerLifecycle
- Direct Known Subclasses:
- OpenWebBeansTestLifeCycle
public class StandaloneLifeCycle
- extends AbstractLifeCycle
Default LifeCycle for a standalone application without a ServletContainer.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandaloneLifeCycle
public StandaloneLifeCycle(Properties properties,
WebBeansLogger logger)
StandaloneLifeCycle
public StandaloneLifeCycle()
beforeInitApplication
public void beforeInitApplication(Properties properties)
- Overrides:
beforeInitApplication in class AbstractLifeCycle
beforeStartApplication
public void beforeStartApplication(Object object)
- Overrides:
beforeStartApplication in class AbstractLifeCycle
beforeStopApplication
public void beforeStopApplication(Object endObject)
- Overrides:
beforeStopApplication in class AbstractLifeCycle
afterStopApplication
protected void afterStopApplication(Object stopObject)
- Overrides:
afterStopApplication in class AbstractLifeCycle
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.