Class BedeworkConnectorConfig
java.lang.Object
org.bedework.util.config.ConfigBase<ConnectorConfig>
org.bedework.notifier.conf.ConnectorConfig
org.bedework.notifier.cnctrs.bedework.BedeworkConnectorConfig
- All Implemented Interfaces:
Serializable,Comparable<ConnectorConfig>,ConnectorConfigI,org.bedework.util.logging.Logged
Bedework notifier connector config
- Author:
- douglm
- See Also:
-
Field Summary
Fields inherited from class org.bedework.util.config.ConfigBase
ns -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintKeepAliveInterval - secondsintretryInterval - secondsgetToken()voidsetKeepAliveInterval(int val) KeepAliveInterval - secondsvoidsetRetryInterval(int val) retryInterval - secondsvoidvoidsetSystemUrl(String val) voidtoString()voidtoStringSegment(org.bedework.util.misc.ToString ts) Methods inherited from class org.bedework.notifier.conf.ConnectorConfig
getConnectorClassName, getMbeanClassName, getReadOnly, getTrustLastmod, hashCode, setConnectorClassName, setMbeanClassName, setReadOnly, setTrustLastmodMethods inherited from class org.bedework.util.config.ConfigBase
addListProperty, compareTo, fromXml, fromXml, fromXml, getLastChanged, getLogger, getName, getProperty, markChanged, removeProperty, setListProperty, setName, toProperties, toXmlMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.bedework.util.logging.Logged
audit, debug, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, getLogLevel, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, trace, trace, trace, warn
-
Constructor Details
-
BedeworkConnectorConfig
public BedeworkConnectorConfig()
-
-
Method Details
-
setSystemNotificationHref
- Parameters:
val- system notifications principal
-
getSystemNotificationHref
- Returns:
- system notifications principal
-
setSystemUrl
- Parameters:
val- system url
-
getSystemUrl
- Returns:
- system url
-
setToken
- Parameters:
val- token for authentication
-
getToken
- Returns:
- token
-
setRetryInterval
public void setRetryInterval(int val) retryInterval - seconds- Parameters:
val- int seconds
-
getRetryInterval
public int getRetryInterval()retryInterval - seconds- Returns:
- int seconds
-
setKeepAliveInterval
public void setKeepAliveInterval(int val) KeepAliveInterval - seconds- Parameters:
val- int seconds
-
getKeepAliveInterval
public int getKeepAliveInterval()KeepAliveInterval - seconds- Returns:
- int seconds
-
toStringSegment
public void toStringSegment(org.bedework.util.misc.ToString ts) - Overrides:
toStringSegmentin classConnectorConfig
-
toString
- Overrides:
toStringin classConnectorConfig
-