|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.jlan.server.core.DeviceContext
org.alfresco.jlan.server.filesys.DiskDeviceContext
org.alfresco.filesys.alfresco.AlfrescoContext
org.alfresco.filesys.repo.ContentContext
public class ContentContext
Content Filesystem Context Class
Contains per filesystem context.
| Constructor Summary | |
|---|---|
ContentContext(java.lang.String filesysName,
java.lang.String storeName,
java.lang.String rootPath,
NodeRef rootNodeRef)
Class constructor |
|
| Method Summary | |
|---|---|
void |
CloseContext()
Close the filesystem context |
protected IOControlHandler |
createIOHandler(org.alfresco.jlan.server.filesys.DiskInterface filesysDriver)
Create the I/O control handler for this filesystem type |
java.lang.String |
getFilesystemType()
Return the filesystem type, either FileSystem.TypeFAT or FileSystem.TypeNTFS. |
NodeRef |
getRootNode()
Return the root node |
java.lang.String |
getRootPath()
Return the root path |
java.lang.String |
getStoreName()
Return the store name |
protected void |
setNodeMonitor(NodeMonitor nodeMonitor)
Set the node monitor |
void |
startFilesystem(org.alfresco.jlan.server.filesys.DiskSharedDevice share)
Start the filesystem |
| Methods inherited from class org.alfresco.filesys.alfresco.AlfrescoContext |
|---|
addDesktopAction, enabledPseudoFileInterface, enableStateTable, getDesktopActions, getIOHandler, getPseudoFileInterface, getStateTable, getURLFileName, getURLPrefix, hasDesktopActions, hasIOHandler, hasPseudoFileInterface, hasStateTable, hasURLFile, numberOfDesktopActions, setDesktopActions, setIOHandler, setURLFileName, setURLPrefix |
| Methods inherited from class org.alfresco.jlan.server.filesys.DiskDeviceContext |
|---|
addNotifyRequest, enableChangeHandler, getChangeHandler, getDeviceAttributes, getDiskInformation, getFilesystemAttributes, getQuotaManager, getVolumeInformation, hasChangeHandler, hasDiskInformation, hasFileServerNotifications, hasQuotaManager, hasVolumeInformation, isCaseless, removeNotifyRequest, setDeviceAttributes, setDiskInformation, setFileServerNotifications, setFilesystemAttributes, setQuotaManager, setVolumeInformation |
| 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 |
|---|
public ContentContext(java.lang.String filesysName,
java.lang.String storeName,
java.lang.String rootPath,
NodeRef rootNodeRef)
filesysName - StringstoreName - StringrootPath - StringrootNodeRef - NodeRef| Method Detail |
|---|
public java.lang.String getFilesystemType()
getFilesystemType in class AlfrescoContextpublic final java.lang.String getStoreName()
public final java.lang.String getRootPath()
public final NodeRef getRootNode()
public void CloseContext()
CloseContext in class AlfrescoContextprotected IOControlHandler createIOHandler(org.alfresco.jlan.server.filesys.DiskInterface filesysDriver)
createIOHandler in class AlfrescoContextfilesysDriver - DiskInterface
protected void setNodeMonitor(NodeMonitor nodeMonitor)
filesysDriver - ContentDiskDriver
public void startFilesystem(org.alfresco.jlan.server.filesys.DiskSharedDevice share)
throws org.alfresco.jlan.server.core.DeviceContextException
startFilesystem in class org.alfresco.jlan.server.filesys.DiskDeviceContextshare - DiskSharedDevice
org.alfresco.jlan.server.core.DeviceContextException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||