Package org.bedework.synch.cnctrs.file
Class FileConnectorConfig
- java.lang.Object
-
- org.bedework.util.config.ConfigBase<ConnectorConfig>
-
- org.bedework.synch.shared.conf.ConnectorConfig
-
- org.bedework.synch.cnctrs.file.FileConnectorConfig
-
- All Implemented Interfaces:
Serializable,Comparable<ConnectorConfig>,ConnectorConfigI,org.bedework.util.logging.Logged
public class FileConnectorConfig extends ConnectorConfig
File synch connector config- Author:
- douglm
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileConnectorConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMinPoll()Min poll - secondsvoidsetMinPoll(int val)Min poll - secondsStringtoString()voidtoStringSegment(org.bedework.util.misc.ToString ts)-
Methods inherited from class org.bedework.synch.shared.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, trace, trace, warn
-
-
-
-
Method Detail
-
setMinPoll
public void setMinPoll(int val)
Min poll - seconds- Parameters:
val- int seconds
-
getMinPoll
public int getMinPoll()
Min poll - seconds- Returns:
- int seconds
-
toStringSegment
public void toStringSegment(org.bedework.util.misc.ToString ts)
- Overrides:
toStringSegmentin classConnectorConfig
-
toString
public String toString()
- Overrides:
toStringin classConnectorConfig
-
-