Interface IScheduleUpdateEvent
- All Superinterfaces:
IEvent
,Serializable
This event is fired by MetaEventService to refresh different meta data.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static class
Nested classes/interfaces inherited from interface com.webmethods.rtl.event.IEvent
IEvent.ISynchronousListener, IEvent.QueueListeners, IEvent.SynchronousListeners
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns operation for this scheduleReturns schedule thingIDMethods inherited from interface com.webmethods.rtl.event.IEvent
getJcrSessionID, getJcrSessionUserData, getSourceIP, getTimestamp, getVMID, isLocalEvent, raise
-
Field Details
-
OPERATION_CREATE
static final int OPERATION_CREATE- See Also:
-
OPERATION_REMOVE
static final int OPERATION_REMOVE- See Also:
-
-
Method Details
-
getScheduleID
IThingID getScheduleID()Returns schedule thingID- Returns:
-
getOperation
int getOperation()Returns operation for this schedule- Returns:
-