Class CmsJlanDeviceContext

java.lang.Object
org.alfresco.jlan.server.core.DeviceContext
org.alfresco.jlan.server.filesys.DiskDeviceContext
org.opencms.jlan.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.

  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a new device context instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    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 Details

  • Method Details

    • getRepository

      Gets the repository to which this device context belongs.

      Returns:
      the repository to which this device context belongs