Class ConnectorConfig

java.lang.Object
org.bedework.util.config.ConfigBase<ConnectorConfig>
org.bedework.synch.shared.conf.ConnectorConfig
All Implemented Interfaces:
Serializable, Comparable<ConnectorConfig>, ConnectorConfigI, org.bedework.util.logging.Logged

public class ConnectorConfig extends org.bedework.util.config.ConfigBase<ConnectorConfig> implements ConnectorConfigI
Common connector config properties
Author:
douglm
See Also:
  • Field Summary

    Fields inherited from class org.bedework.util.config.ConfigBase

    ns
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Class name
    Class name
    boolean
    Read only?
    boolean
    Can we trust the lastmod from this connector?
    int
     
    void
    Connector class name
    void
    Mbean class name
    void
    setReadOnly(boolean val)
    Read only?
    void
    setTrustLastmod(boolean val)
    Can we trust the lastmod from this connector?
     
    void
    toStringSegment(org.bedework.util.misc.ToString ts)
     

    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, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, getLogLevel, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, trace, trace, trace, warn