public final class ContextEvent
extends java.lang.Object
implements java.io.Serializable
Initialized / Destroyed events. A more specific payload is necessary
for certain contexts (e.g. HttpServletRequest)| Modifier and Type | Field and Description |
|---|---|
static ContextEvent |
APPLICATION_DESTROYED |
static ContextEvent |
APPLICATION_INITIALIZED |
static java.lang.Object |
REQUEST_DESTROYED_EJB |
static java.lang.Object |
REQUEST_INITIALIZED_EJB |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public static final ContextEvent APPLICATION_INITIALIZED
public static final ContextEvent APPLICATION_DESTROYED
public static final java.lang.Object REQUEST_INITIALIZED_EJB
public static final java.lang.Object REQUEST_DESTROYED_EJB
Copyright © 2015. All Rights Reserved.