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:
java.io.Serializable,java.lang.Comparable<ConnectorConfig>,ConnectorConfigI,org.bedework.util.logging.Logged
public class BedeworkConnectorConfig extends ConnectorConfig
Bedework synch connector config
- Author:
- douglm
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class org.bedework.util.config.ConfigBase
ns -
Constructor Summary
Constructors Constructor Description BedeworkConnectorConfig() -
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)java.lang.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, 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, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, getLogLevel, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, trace, trace, warn
-
Constructor Details
-
BedeworkConnectorConfig
public BedeworkConnectorConfig()
-
-
Method Details
-
setSystemNotificationHref
public void setSystemNotificationHref(java.lang.String val)- Parameters:
val- system notifications principal
-
getSystemNotificationHref
public java.lang.String getSystemNotificationHref()- Returns:
- system notifications principal
-
setSystemUrl
public void setSystemUrl(java.lang.String val)- Parameters:
val- system url
-
getSystemUrl
public java.lang.String getSystemUrl()- Returns:
- system url
-
setToken
public void setToken(java.lang.String val)- Parameters:
val- token for authentication
-
getToken
public java.lang.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 java.lang.String toString()- Overrides:
toStringin classConnectorConfig
-