Class CmsJlanDeviceContext


  • public class CmsJlanDeviceContext
    extends org.alfresco.jlan.server.filesys.DiskDeviceContext
    OpenCms implementation of the JLAN device context.

    For now, it just contains a reference to the corresponding CmsJLanRepository interface.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CmsJlanRepository getRepository()
      Gets 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CmsJlanDeviceContext

        public CmsJlanDeviceContext​(CmsJlanRepository repo)
        Creates a new device context instance.

        Parameters:
        repo - the repository for which this is a device context
    • Method Detail

      • getRepository

        public CmsJlanRepository getRepository()
        Gets the repository to which this device context belongs.

        Returns:
        the repository to which this device context belongs