public class EnterpriseTestLifeCycle extends StandaloneLifeCycle
contextsService, logger, scannerService, started, webBeansContext
Constructor and Description |
---|
EnterpriseTestLifeCycle() |
Modifier and Type | Method and Description |
---|---|
void |
beforeStartApplication(Object object) |
void |
beforeStopApplication(Object endObject) |
void |
initApplication(Properties properties)
Initialize lifecycle.
|
afterStopApplication
afterInitApplication, afterStartApplication, beforeInitApplication, bootstrapApplication, getBeanManager, getContextService, getWebBeansContext, startApplication, stopApplication
public void beforeStartApplication(Object object)
beforeStartApplication
in class StandaloneLifeCycle
public void initApplication(Properties properties)
ContainerLifecycle
Implementors can configure their initialization specific actions here.
initApplication
in interface ContainerLifecycle
initApplication
in class AbstractLifeCycle
properties
- any propertiespublic void beforeStopApplication(Object endObject)
beforeStopApplication
in class StandaloneLifeCycle
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.