|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.kerneos.common.config.ModuleFragmentEvent
public class ModuleFragmentEvent
Module Fragment event used for communicate the arrival/departure of a module fragment.
| Field Summary | |
|---|---|
static String |
LOAD
Load value. |
static String |
UNLOAD
Unload value. |
| Constructor Summary | |
|---|---|
ModuleFragmentEvent()
Create an empty module event. |
|
ModuleFragmentEvent(ModuleFragment moduleFragment,
String eventType)
Create a module event. |
|
| Method Summary | |
|---|---|
String |
getEventType()
Get the type of event. |
ModuleFragment |
getModuleFragment()
Get the instance of module fragment associated with the event. |
void |
setEventType(String type)
Set the type of event. |
void |
setModuleFragment(ModuleFragment moduleFragment)
Set the instance of module fragment associated with the 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 ModuleFragmentEvent()
public ModuleFragmentEvent(ModuleFragment moduleFragment,
String eventType)
moduleFragment - is an instance of module fragment associated with the event.eventType - is the type of event associated with the module.| Method Detail |
|---|
public String getEventType()
public ModuleFragment getModuleFragment()
public void setModuleFragment(ModuleFragment moduleFragment)
moduleFragment - is an instance of module fragment 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 | |||||||||