Package org.bedework.carddav.server.jmx
Interface CardDavMBean
-
- All Superinterfaces:
org.bedework.util.jmx.BaseMBean,CardDAVConfigI,org.bedework.util.jmx.ConfBaseMBean
- All Known Implementing Classes:
CardDav
public interface CardDavMBean extends org.bedework.util.jmx.ConfBaseMBean, CardDAVConfigI
Run the carddav service- Author:
- douglm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>exportData()Export dataStringgetDataOut()StringListDirHandlers()TabularDataListDirHandlersTable()voidsetDataOut(String val)data output directory name - full path.-
Methods inherited from interface org.bedework.util.jmx.BaseMBean
getServiceName, isRunning, start, stop
-
Methods inherited from interface org.bedework.carddav.common.config.CardDAVConfigI
getDefaultAddressbook, getDefaultVcardVersion, getGroupPrincipalRoot, getHostPrincipalRoot, getPrincipalRoot, getResourcePrincipalRoot, getSysintfImpl, getTicketPrincipalRoot, getUserHomeRoot, getUserPrincipalRoot, getVenuePrincipalRoot, setDefaultAddressbook, setDefaultVcardVersion, setGroupPrincipalRoot, setHostPrincipalRoot, setPrincipalRoot, setResourcePrincipalRoot, setSysintfImpl, setTicketPrincipalRoot, setUserHomeRoot, setUserPrincipalRoot, setVenuePrincipalRoot
-
-
-
-
Method Detail
-
setDataOut
void setDataOut(String val)
data output directory name - full path. Used for data export- Specified by:
setDataOutin interfaceCardDAVConfigI- Parameters:
val- path
-
getDataOut
String getDataOut()
- Specified by:
getDataOutin interfaceCardDAVConfigI- Returns:
- data output full path
-
ListDirHandlersTable
TabularData ListDirHandlersTable()
- Returns:
- List of dir handler mappings
-
ListDirHandlers
String ListDirHandlers()
- Returns:
- List of dir handler mappings
-
-