public abstract class AlfrescoDiskDriver extends Object implements ExtendedDiskInterface
Provides common code to the Alfresco filesystem implementations.
| Modifier and Type | Field and Description |
|---|---|
protected TransactionService |
m_transactionService |
| Constructor and Description |
|---|
AlfrescoDiskDriver() |
| Modifier and Type | Method and Description |
|---|---|
ServiceRegistry |
getServiceRegistry()
Return the service registry
|
TransactionService |
getTransactionService()
Return the transaction service
|
void |
registerContext(org.alfresco.jlan.server.core.DeviceContext ctx)
Registers a device context object for this instance
of the shared device.
|
void |
setServiceRegistry(ServiceRegistry serviceRegistry)
Set the service registry
|
void |
setTransactionService(TransactionService transactionService) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseFile, createDirectory, createFile, deleteDirectory, deleteFile, fileExists, flushFile, getFileInformation, isReadOnly, openFile, readFile, renameFile, seekFile, setFileInformation, startSearch, truncateFile, writeFileprotected TransactionService m_transactionService
public final ServiceRegistry getServiceRegistry()
public final TransactionService getTransactionService()
public void setServiceRegistry(ServiceRegistry serviceRegistry)
serviceRegistry - ServiceRegistrypublic void setTransactionService(TransactionService transactionService)
transactionService - the transaction servicepublic void registerContext(org.alfresco.jlan.server.core.DeviceContext ctx)
throws org.alfresco.jlan.server.core.DeviceContextException
registerContext in interface ExtendedDiskInterfacectx - the contextorg.alfresco.jlan.server.core.DeviceContextExceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.