Package org.bedework.calfacade.configs
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 Summary
Modifier and TypeMethodDescriptionNotification system id - null for no serviceNotification system id - null for no serviceNotification engine URI - null for no servicebooleanNotification system id - null for no servicevoidvoidsetNotifierId(String val) Notification system id - null for no servicevoidsetNotifierToken(String val) Notification system token - null for no servicevoidsetNotifierURI(String val) Notification engine URI - null for no servicevoidsetOutboundEnabled(boolean val) Notification enabled flag
-
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
Notification engine URI - null for no service- Parameters:
val- String
-
getNotifierURI
String getNotifierURI()Notification engine URI - null for no service- Returns:
- String
-
setNotifierId
Notification system id - null for no service- Parameters:
val- String
-
getNotifierId
String getNotifierId()Notification system id - null for no service- Returns:
- String
-
setNotifierToken
Notification system token - null for no service- Parameters:
val- String
-
getNotifierToken
String getNotifierToken()Notification system id - null for no service- Returns:
- String
-
setNotificationDirHref
- Parameters:
val- path to notifications directory
-
getNotificationDirHref
String getNotificationDirHref()- Returns:
- path to notifications directory
-