public class CdiAppContextsService
extends WebContextsService
| Modifier and Type | Class and Description |
|---|---|
static interface |
CdiAppContextsService.FiredManually |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Object |
EJB_REQUEST_EVENT |
| Constructor and Description |
|---|
CdiAppContextsService(WebBeansContext wbc) |
| Modifier and Type | Method and Description |
|---|---|
void |
applicationStarted(java.lang.Object event) |
void |
destroy(java.lang.Object destroyObject) |
protected void |
destroyRequestContext(java.lang.Object requestEvent) |
void |
init(java.lang.Object initializeObject) |
protected void |
initRequestContext(java.lang.Object startupObject) |
static void |
pushRequestReleasable(java.lang.Runnable runnable) |
public static void pushRequestReleasable(java.lang.Runnable runnable)
public void init(java.lang.Object initializeObject)
public void applicationStarted(java.lang.Object event)
public void destroy(java.lang.Object destroyObject)
protected void destroyRequestContext(java.lang.Object requestEvent)
protected void initRequestContext(java.lang.Object startupObject)