Package org.bedework.synch.cnctrs.file
Interface FileConnConfMBean
-
- All Superinterfaces:
org.bedework.util.jmx.BaseMBean,org.bedework.util.jmx.ConfBaseMBean,SynchConnConfMBean
- All Known Implementing Classes:
FileConnConf
public interface FileConnConfMBean extends SynchConnConfMBean
Configure a file connector for the Bedework synch engine service- Author:
- douglm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetMinPoll()Min poll - secondsvoidsetMinPoll(int val)Min poll - seconds-
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.synch.shared.service.SynchConnConfMBean
getConnectorClassName, getMbeanClassName, getReadOnly, getStatus, getTrustLastmod, setConnectorClassName, setMbeanClassName, setReadOnly, setTrustLastmod
-
-