Package com.webmethods.portal.event
Interface IComponentEvent
- All Superinterfaces:
IEvent
,INotifiableEvent
,Serializable
Events pertaining to
IComponent
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
static class
static class
Nested classes/interfaces inherited from interface com.webmethods.caf.event.INotifiableEvent
INotifiableEvent.QueueListeners
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionint
Get the event actionThis method is only necessary for register events for a thing component provider.Get the name of the component that was modifiedWhichIComponentProvider
this component belongs toThis method is only valid for register events.Methods inherited from interface com.webmethods.rtl.event.IEvent
getJcrSessionID, getJcrSessionUserData, getSourceIP, getTimestamp, getVMID, isLocalEvent, raise
-
Field Details
-
ACTION_UNKNOWN
static final int ACTION_UNKNOWN- See Also:
-
ACTION_REGISTER_COMPONENT
static final int ACTION_REGISTER_COMPONENT -
ACTION_UNREGISTER_COMPONENT
static final int ACTION_UNREGISTER_COMPONENT -
ACTION_RELOAD_COMPONENT
static final int ACTION_RELOAD_COMPONENT
-
-
Method Details
-
getAction
int getAction()Get the event action- Returns:
- int
- See Also:
-
getComponentName
String getComponentName()Get the name of the component that was modified- Returns:
- String
-
getConfigElemText
String getConfigElemText()This method is only valid for register events.- Returns:
- String
-
getComponentDataURI
IURI getComponentDataURI()This method is only necessary for register events for a thing component provider.- Returns:
- IURI
-
getComponentProviderName
String getComponentProviderName()WhichIComponentProvider
this component belongs to- Returns:
- String The name of the component provider.
-