Interface NotificationProperties


public interface NotificationProperties
These are the properties that relate to outbound notifications. These are handled by a separate component.

Annotated to allow use by mbeans

Author:
douglm
  • Method Details

    • setOutboundEnabled

      void setOutboundEnabled(boolean val)
      Notification enabled flag
      Parameters:
      val - boolean
    • getOutboundEnabled

      boolean getOutboundEnabled()
      Notification system id - null for no service
      Returns:
      String
    • setNotifierURI

      void setNotifierURI(String val)
      Notification engine URI - null for no service
      Parameters:
      val - String
    • getNotifierURI

      String getNotifierURI()
      Notification engine URI - null for no service
      Returns:
      String
    • setNotifierId

      void setNotifierId(String val)
      Notification system id - null for no service
      Parameters:
      val - String
    • getNotifierId

      String getNotifierId()
      Notification system id - null for no service
      Returns:
      String
    • setNotifierToken

      void setNotifierToken(String val)
      Notification system token - null for no service
      Parameters:
      val - String
    • getNotifierToken

      String getNotifierToken()
      Notification system id - null for no service
      Returns:
      String
    • setNotificationDirHref

      void setNotificationDirHref(String val)
      Parameters:
      val - path to notifications directory
    • getNotificationDirHref

      String getNotificationDirHref()
      Returns:
      path to notifications directory