Package org.bedework.synch.cnctrs.file
Class FileConnConf
- java.lang.Object
-
- org.bedework.util.jmx.ConfBase<X>
-
- org.bedework.synch.shared.service.SynchConnConf<FileConnectorConfig>
-
- org.bedework.synch.cnctrs.file.FileConnConf
-
- All Implemented Interfaces:
FileConnConfMBean,SynchConnConfMBean,org.bedework.util.jmx.BaseMBean,org.bedework.util.jmx.ConfBaseMBean,org.bedework.util.logging.Logged
public class FileConnConf extends SynchConnConf<FileConnectorConfig> implements FileConnConfMBean
- Author:
- douglm
-
-
Constructor Summary
Constructors Constructor Description FileConnConf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMinPoll()Min poll - secondsvoidsetMinPoll(int val)Min poll - seconds-
Methods inherited from class org.bedework.synch.shared.service.SynchConnConf
getConnector, getConnectorClassName, getMbeanClassName, getReadOnly, getStatus, getTrustLastmod, init, loadConfig, setConnector, setConnectorClassName, setMbeanClassName, setReadOnly, setTrustLastmod
-
Methods inherited from class org.bedework.util.jmx.ConfBase
createObjectName, getConfig, getConfigInfo, getConfigInfo, getConfigInfo, getConfigName, getConfigPname, getConfigUri, getLogger, getManagementContext, getPathSuffix, getRegisteredMBeans, getServiceName, getServiceObjectName, getStore, isRunning, loadConfig, loadOnlyConfig, makeObject, register, register, saveConfig, setConfigName, setConfigPname, setConfigUri, setPathSuffix, setServiceName, setStatus, setStore, start, stop, unregister, unregister
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bedework.util.jmx.BaseMBean
getServiceName, isRunning, start, stop
-
Methods inherited from interface org.bedework.util.jmx.ConfBaseMBean
getConfigName, saveConfig, setConfigName, setStatus
-
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
-
Methods inherited from interface org.bedework.synch.shared.service.SynchConnConfMBean
getConnectorClassName, getMbeanClassName, getReadOnly, getStatus, getTrustLastmod, setConnectorClassName, setMbeanClassName, setReadOnly, setTrustLastmod
-
-
-
-
Method Detail
-
setMinPoll
public void setMinPoll(int val)
Description copied from interface:FileConnConfMBeanMin poll - seconds- Specified by:
setMinPollin interfaceFileConnConfMBean- Parameters:
val- int seconds
-
getMinPoll
public int getMinPoll()
Description copied from interface:FileConnConfMBeanMin poll - seconds- Specified by:
getMinPollin interfaceFileConnConfMBean- Returns:
- int seconds
-
-