|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.web.WebAppEvent
org.jboss.portal.web.WebAppLifeCycleEvent
public class WebAppLifeCycleEvent
Web application life cycle event.
Field Summary | |
---|---|
static int |
ADDED
Application is added. |
static int |
REMOVED
Application is removed. |
Constructor Summary | |
---|---|
WebAppLifeCycleEvent(WebApp webApp,
int type)
Creates a new web application life cycle event. |
Method Summary | |
---|---|
int |
getType()
Returns the life cycle type. |
Methods inherited from class org.jboss.portal.web.WebAppEvent |
---|
getWebApp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int REMOVED
public static final int ADDED
Constructor Detail |
---|
public WebAppLifeCycleEvent(WebApp webApp, int type) throws java.lang.IllegalArgumentException
webApp
- the web applicationtype
- the life cycle type
java.lang.IllegalArgumentException
- if the web application is null or the type value is not validMethod Detail |
---|
public int getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |