Package com.webmethods.event
Interface ICAFNotificationDeliveryEvent
- All Superinterfaces:
ICAFEvent
,IEvent
,INotifiableEvent
,Serializable
This signifies that a notification is ready to be delivered via the appropriate mechanisms.
This event is fired only after optionally matching subscriptions.
ICAFNotificationDeliveryEvent contains the serialized
ICAFNotificationBean
which originated in the class loader of custom CAF Applications
Multiple different agents will subscribe to these events and based on the contents of the bean
will attempt to deliver the notification
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
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
Named objects available in the View for email notificationsstatic final String
static final String
static final String
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
-
Field Details
-
NOTIFICATION_NAME
Named objects available in the View for email notifications- See Also:
-
SUBSCRIPTION_NAME
- See Also:
-
RECIPIENT_NAME
- See Also:
-
SUBJECT_NAME
- See Also:
-
FROM_NAME
- See Also:
-
-
Method Details
-
getCafNotificationBean
ICAFNotificationBean getCafNotificationBean()
-