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
public class BedeworkConnectorConfig extends ConnectorConfig
Bedework synch connector config- Author:
- douglm
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BedeworkConnectorConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetKeepAliveInterval()KeepAliveInterval - secondsintgetRetryInterval()retryInterval - secondsStringgetSystemNotificationHref()StringgetSystemUrl()StringgetToken()voidsetKeepAliveInterval(int val)KeepAliveInterval - secondsvoidsetRetryInterval(int val)retryInterval - secondsvoidsetSystemNotificationHref(String val)voidsetSystemUrl(String val)voidsetToken(String val)StringtoString()voidtoStringSegment(org.bedework.util.misc.ToString ts)-
Methods inherited from class org.bedework.notifier.conf.ConnectorConfig
getConnectorClassName, getMbeanClassName, getReadOnly, getTrustLastmod, hashCode, setConnectorClassName, setMbeanClassName, setReadOnly, setTrustLastmod
-
Methods inherited from class org.bedework.util.config.ConfigBase
addListProperty, compareTo, fromXml, fromXml, fromXml, getLastChanged, getLogger, getName, getProperty, markChanged, removeProperty, setListProperty, setName, toProperties, toXml
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.bedework.util.logging.Logged
audit, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, getLogLevel, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, setLogLevel, trace, trace, warn
-
-
-
-
Method Detail
-
setSystemNotificationHref
public void setSystemNotificationHref(String val)
- Parameters:
val- system notifications principal
-
getSystemNotificationHref
public String getSystemNotificationHref()
- Returns:
- system notifications principal
-
setSystemUrl
public void setSystemUrl(String val)
- Parameters:
val- system url
-
getSystemUrl
public String getSystemUrl()
- Returns:
- system url
-
setToken
public void setToken(String val)
- Parameters:
val- token for authentication
-
getToken
public String 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
public String toString()
- Overrides:
toStringin classConnectorConfig
-
-