Package org.opencms.jlan
Class CmsJlanDeviceContext
java.lang.Object
org.alfresco.jlan.server.core.DeviceContext
org.alfresco.jlan.server.filesys.DiskDeviceContext
org.opencms.jlan.CmsJlanDeviceContext
OpenCms implementation of the JLAN device context.
For now, it just contains a reference to the corresponding CmsJLanRepository interface.
-
Constructor Summary
ConstructorDescriptionCreates a new device context instance. -
Method Summary
Modifier and TypeMethodDescriptionGets the repository to which this device context belongs.Methods inherited from class org.alfresco.jlan.server.filesys.DiskDeviceContext
addNotifyRequest, CloseContext, enableChangeHandler, getChangeHandler, getDeviceAttributes, getDiskInformation, getFilesystemAttributes, getFilesystemType, getLockManager, getOpLockManager, getQuotaManager, getStateCache, getVolumeInformation, hasChangeHandler, hasDiskInformation, hasFileServerNotifications, hasQuotaManager, hasStateCache, hasVolumeInformation, isCaseless, removeNotifyRequest, requiresStateCache, setDeviceAttributes, setDiskInformation, setFileServerNotifications, setFilesystemAttributes, setQuotaManager, setRequiresStateCache, setStateCache, setVolumeInformation, startFilesystem
Methods inherited from class org.alfresco.jlan.server.core.DeviceContext
getConfigurationParameters, getDeviceName, getShareName, hasConfigurationParameters, isAvailable, setAvailable, setConfigurationParameters, setDeviceName, setShareName, toString
-
Constructor Details
-
CmsJlanDeviceContext
Creates a new device context instance.- Parameters:
repo
- the repository for which this is a device context
-
-
Method Details
-
getRepository
Gets the repository to which this device context belongs.- Returns:
- the repository to which this device context belongs
-