public class WebAppLifeCycleEvent extends WebAppEvent
| Modifier and Type | Field and Description |
|---|---|
static int |
ADDED
Application is added.
|
static int |
REMOVED
Application is removed.
|
| Constructor and Description |
|---|
WebAppLifeCycleEvent(WebApp webApp,
int type)
Creates a new web application life cycle event.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
Returns the life cycle type.
|
getWebApppublic static final int REMOVED
public static final int ADDED
public WebAppLifeCycleEvent(WebApp webApp, int type) throws IllegalArgumentException
webApp - the web applicationtype - the life cycle typeIllegalArgumentException - if the web application is null or the type value is not validCopyright © 2018 JBoss by Red Hat. All Rights Reserved.