|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.kerneos.common.config.ApplicationEvent
public class ApplicationEvent
Application event used for communicate the arrival/departure of an application.
| Field Summary | |
|---|---|
static String |
LOAD
Load value. |
static String |
UNLOAD
Unload value. |
| Constructor Summary | |
|---|---|
ApplicationEvent()
Create an empty module event. |
|
ApplicationEvent(Application application,
String eventType)
Create a application event. |
|
| Method Summary | |
|---|---|
String |
getEventType()
Get the type of event. |
Application |
getModule()
Get the instance of application associated with the event. |
void |
setApplication(Application application)
Set the instance of application associated with the event. |
void |
setEventType(String type)
Set the type of event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String LOAD
public static final String UNLOAD
| Constructor Detail |
|---|
public ApplicationEvent()
public ApplicationEvent(Application application,
String eventType)
application - is an instance of application associated with the event.eventType - is the type of event associated with the module.| Method Detail |
|---|
public String getEventType()
public Application getModule()
public void setApplication(Application application)
application - is an instance of application associated with the event.public void setEventType(String type)
type - is the type of event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||