Interface IMetaEvent
- All Superinterfaces:
IEvent
,Serializable
This event is fired by MetaEventService to refresh different meta data.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
static class
static class
Nested classes/interfaces inherited from interface com.webmethods.rtl.event.IEvent
IEvent.QueueListeners
-
Method Summary
Modifier and TypeMethodDescriptionint
Get event IDvoid
onEvent
(IMetaContext mc) if the eventID is unknown, implementer must handle this callvoid
setEventID
(int eventID) Set event IDMethods inherited from interface com.webmethods.rtl.event.IEvent
getJcrSessionID, getJcrSessionUserData, getSourceIP, getTimestamp, getVMID, isLocalEvent, raise
-
Method Details
-
getEventID
int getEventID()Get event ID- Returns:
- int
-
setEventID
void setEventID(int eventID) Set event ID- Parameters:
eventID
- The event ID
-
onEvent
if the eventID is unknown, implementer must handle this call- Parameters:
mc
- The metacontext
-