Class NotificationServiceImpl

  • All Implemented Interfaces:
    NotificationService

    public class NotificationServiceImpl
    extends java.lang.Object
    implements NotificationService
    Notification service implementation.
    Since:
    4.0
    Author:
    Roy Wetherall
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean exists​(java.lang.String notificationProvider)
      Indicates whether a notification provider exists or not.
      java.util.List<java.lang.String> getNotificationProviders()
      Gets a list of all the currently available notification providers.
      void register​(NotificationProvider notificationProvider)
      Registers a notification provider with the notification service.
      void sendNotification​(java.lang.String notificationProvider, NotificationContext notificationContext)
      Send notification using the names notification provider and notification context.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait