Interface BedeworkConnConfMBean
- All Superinterfaces:
org.bedework.util.jmx.BaseMBean,org.bedework.util.jmx.ConfBaseMBean,NoteConnConfMBean
- All Known Implementing Classes:
BedeworkConnConf
Configure a connector for the Bedework notification service
- Author:
- douglm
-
Method Summary
Modifier and TypeMethodDescriptionintKeepAliveInterval - secondsintretryInterval - secondsgetToken()voidsetKeepAliveInterval(int val) KeepAliveInterval - secondsvoidsetRetryInterval(int val) retryInterval - secondsvoidvoidsetSystemUrl(String val) voidMethods inherited from interface org.bedework.util.jmx.BaseMBean
getServiceName, isRunning, start, stopMethods inherited from interface org.bedework.util.jmx.ConfBaseMBean
getConfigName, saveConfig, setStatusMethods inherited from interface org.bedework.notifier.service.NoteConnConfMBean
getConnectorClassName, getMbeanClassName, getReadOnly, getStatus, getTrustLastmod, setConnectorClassName, setMbeanClassName, setReadOnly, setTrustLastmod
-
Method Details
-
setSystemNotificationHref
- Parameters:
val- system notification principal
-
getSystemNotificationHref
String getSystemNotificationHref()- Returns:
- system notification principal
-
setSystemUrl
- Parameters:
val- system url
-
getSystemUrl
String getSystemUrl()- Returns:
- system notification principal
-
setToken
- Parameters:
val- token for authentication
-
getToken
String getToken()- Returns:
- token
-
setRetryInterval
void setRetryInterval(int val) retryInterval - seconds- Parameters:
val- int seconds
-
getRetryInterval
int getRetryInterval()retryInterval - seconds- Returns:
- int seconds
-
setKeepAliveInterval
void setKeepAliveInterval(int val) KeepAliveInterval - seconds- Parameters:
val- int seconds
-
getKeepAliveInterval
int getKeepAliveInterval()KeepAliveInterval - seconds- Returns:
- int seconds
-