Package com.webmethods.event
Interface ICAFNotificationEvent
- All Superinterfaces:
ICAFEvent
,IEvent
,INotifiableEvent
,Serializable
this class signifies that someone is trying to generate notifications.
These events will optionally be matched against subscriptions and delivered to appropriate recipients via another event.
ICAFNotificationEvent contains the serialized
ICAFNotificationBean
which originated in the class loader of custom CAF Applications
This interface is not meant to be implementd by 3rd party developers-
Nested Class Summary
Nested classes/interfaces inherited from interface com.webmethods.caf.event.ICAFEvent
ICAFEvent.IListener, ICAFEvent.ISynchronousListener, ICAFEvent.Listeners, ICAFEvent.QueueListeners, ICAFEvent.SynchronousListeners
-
Field Summary
Fields inherited from interface com.webmethods.caf.event.ICAFEvent
CAF_EVENT_QUEUE
-
Method Summary
Methods inherited from interface com.webmethods.caf.event.ICAFEvent
getWebAppID, setWebAppID
Methods inherited from interface com.webmethods.rtl.event.IEvent
getJcrSessionID, getJcrSessionUserData, getSourceIP, getTimestamp, getVMID, isLocalEvent, raise
-
Method Details
-
getCafNotificationBean
ICAFNotificationBean getCafNotificationBean()
-