InterviewSolution
| 1. |
What Are The Basic Components Of Notification Services? |
|
Answer» The following TERMS are the components of Notification Service: Event: an action that occurred affecting the SPECIFIED data. Subscriber: an ENTITY that wants being notified on occurrence of an event. Subscription: an act by which subscriber DESCRIBES when and what he wants to be notified as. Notification: a channel of communication. The following terms are the components of Notification Service: Event: an action that occurred affecting the specified data. Subscriber: an entity that wants being notified on occurrence of an event. Subscription: an act by which subscriber describes when and what he wants to be notified as. Notification: a channel of communication. |
|