public abstract class AbstractLifeCycle extends Object implements ContainerLifecycle
| Modifier and Type | Field and Description |
|---|---|
protected ContextsService |
contextsService |
protected Logger |
logger |
protected ScannerService |
scannerService
Discover bean classes
|
protected WebBeansContext |
webBeansContext |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractLifeCycle() |
protected |
AbstractLifeCycle(Properties properties) |
protected |
AbstractLifeCycle(Properties properties,
WebBeansContext webBeansContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterInitApplication(Properties properties) |
protected void |
afterStartApplication(Object startupObject) |
protected void |
afterStopApplication(Object stopObject) |
protected void |
beforeInitApplication(Properties properties) |
protected void |
beforeStartApplication(Object startupObject) |
protected void |
beforeStopApplication(Object stopObject) |
javax.enterprise.inject.spi.BeanManager |
getBeanManager() |
ContextsService |
getContextService() |
protected Logger |
getLogger() |
WebBeansContext |
getWebBeansContext() |
void |
initApplication(Properties properties) |
void |
startApplication(Object startupObject) |
void |
stopApplication(Object endObject) |
protected Logger logger
protected ScannerService scannerService
protected final ContextsService contextsService
protected final WebBeansContext webBeansContext
protected AbstractLifeCycle()
protected AbstractLifeCycle(Properties properties)
protected AbstractLifeCycle(Properties properties, WebBeansContext webBeansContext)
public WebBeansContext getWebBeansContext()
public javax.enterprise.inject.spi.BeanManager getBeanManager()
getBeanManager in interface ContainerLifecyclepublic void startApplication(Object startupObject)
startApplication in interface ContainerLifecyclepublic void stopApplication(Object endObject)
stopApplication in interface ContainerLifecycleprotected Logger getLogger()
public ContextsService getContextService()
getContextService in interface ContainerLifecyclepublic void initApplication(Properties properties)
initApplication in interface ContainerLifecycleprotected void beforeInitApplication(Properties properties)
protected void afterInitApplication(Properties properties)
protected void afterStartApplication(Object startupObject)
protected void afterStopApplication(Object stopObject)
protected void beforeStartApplication(Object startupObject)
protected void beforeStopApplication(Object stopObject)
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.