The Notification Management component uses the NotificationAdministrationSupport interface to perform notification terminations requested through the NotificationAdministration interface.
The NotificationAdministrationSupport interface exists to allow a Parlay X-agnostic mechanism for notification teardown. In many cases the logic it uses will be identical to the logic required by the service when tearing down a notification on behalf of a requester.
During terminateNotification processing, the implementor of this interface must not remove the associated registration through the NotificationRegistration interface. The NotificationAdministration implementation is responsible for cleaning up related notification state after successful completion of the NotificationAdministrationSupport.terminateNotification invocation.
If a service chooses to allow administrative termination of notifications, the service must implement the NotificationAdministrationSupport interface. When Notification Management receives an administrative termination request, it locates the service's implementation through a notification's adminSupportEndPoint value and invokes terminateNotification upon it. Services must encode any necessary state, session, or parameter information into the adminSupportEndPoint during notification registration.
![]() |
||
|
![]() |
During terminateNotification processing, the implementor
of this interface must During terminateNotification processing, the
implementor of this interface must
|
![]() |
|||||||
|