org.apache.webbeans.lifecycle
Class StandaloneLifeCycle

java.lang.Object
  extended by org.apache.webbeans.lifecycle.AbstractLifeCycle
      extended by 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.


Field Summary
 
Fields inherited from class org.apache.webbeans.lifecycle.AbstractLifeCycle
contextsService, logger, scannerService, webBeansContext
 
Constructor Summary
StandaloneLifeCycle()
           
StandaloneLifeCycle(Properties properties, WebBeansLogger logger)
           
 
Method Summary
protected  void afterStopApplication(Object stopObject)
           
 void beforeInitApplication(Properties properties)
           
 void beforeStartApplication(Object object)
           
 void beforeStopApplication(Object endObject)
           
 
Methods inherited from class org.apache.webbeans.lifecycle.AbstractLifeCycle
afterInitApplication, afterStartApplication, getBeanManager, getContextService, getLogger, getWebBeansContext, initApplication, startApplication, stopApplication
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandaloneLifeCycle

public StandaloneLifeCycle(Properties properties,
                           WebBeansLogger logger)

StandaloneLifeCycle

public StandaloneLifeCycle()
Method Detail

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.