Package org.bedework.synch.shared.conf
Interface ConnectorConfigI
- All Known Implementing Classes:
ConnectorConfig
public interface ConnectorConfigI
Common connector config properties
- Author:
- douglm
-
Method Summary
Modifier and TypeMethodDescriptionClass nameClass namebooleanRead only?booleanCan we trust the lastmod from this connector?voidConnector class namevoidsetMbeanClassName(String val) Mbean class namevoidsetReadOnly(boolean val) Read only?voidsetTrustLastmod(boolean val) Can we trust the lastmod from this connector?
-
Method Details
-
setConnectorClassName
Connector class name- Parameters:
val- String
-
getConnectorClassName
String getConnectorClassName()Class name- Returns:
- String
-
setMbeanClassName
Mbean class name- Parameters:
val- String
-
getMbeanClassName
String getMbeanClassName()Class name- Returns:
- String
-
setReadOnly
void setReadOnly(boolean val) Read only?- Parameters:
val- int seconds
-
getReadOnly
boolean getReadOnly()Read only?- Returns:
- int seconds
-
setTrustLastmod
void setTrustLastmod(boolean val) Can we trust the lastmod from this connector?- Parameters:
val- boolean
-
getTrustLastmod
boolean getTrustLastmod()Can we trust the lastmod from this connector?- Returns:
- boolean
-