Interface BedeworkConnConfMBean
- All Superinterfaces:
org.bedework.util.jmx.BaseMBean,org.bedework.util.jmx.ConfBaseMBean,NoteConnConfMBean
- All Known Implementing Classes:
BedeworkConnConf
public interface BedeworkConnConfMBean extends NoteConnConfMBean
Configure a connector for the Bedework notification service
- Author:
- douglm
-
Method Summary
Modifier and Type Method Description intgetKeepAliveInterval()KeepAliveInterval - secondsintgetRetryInterval()retryInterval - secondsjava.lang.StringgetSystemNotificationHref()java.lang.StringgetSystemUrl()java.lang.StringgetToken()voidsetKeepAliveInterval(int val)KeepAliveInterval - secondsvoidsetRetryInterval(int val)retryInterval - secondsvoidsetSystemNotificationHref(java.lang.String val)voidsetSystemUrl(java.lang.String val)voidsetToken(java.lang.String val)Methods inherited from interface org.bedework.util.jmx.BaseMBean
getServiceName, isRunning, start, stopMethods inherited from interface org.bedework.util.jmx.ConfBaseMBean
getConfigName, saveConfig, setConfigName, setStatusMethods inherited from interface org.bedework.notifier.service.NoteConnConfMBean
getConnectorClassName, getMbeanClassName, getReadOnly, getStatus, getTrustLastmod, setConnectorClassName, setMbeanClassName, setReadOnly, setTrustLastmod
-
Method Details
-
setSystemNotificationHref
void setSystemNotificationHref(java.lang.String val)- Parameters:
val- system notification principal
-
getSystemNotificationHref
java.lang.String getSystemNotificationHref()- Returns:
- system notification principal
-
setSystemUrl
void setSystemUrl(java.lang.String val)- Parameters:
val- system url
-
getSystemUrl
java.lang.String getSystemUrl()- Returns:
- system notification principal
-
setToken
void setToken(java.lang.String val)- Parameters:
val- token for authentication
-
getToken
java.lang.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
-