Modifier and Type | Method and Description |
---|---|
DeviceContext |
SharedDevice.createContext(String[] args)
Parse and validate the parameters string and create a device context for the
shared device.
|
DeviceContext |
DeviceInterface.createContext(String shareName,
org.springframework.extensions.config.ConfigElement args)
Parse and validate the parameter string and create a device context object for this instance
of the shared device.
|
DeviceContext |
SharedDevice.getContext()
Return the device interface specific context object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SharedDevice.setContext(DeviceContext ctx)
Set the context that is passed to the device interface.
|
Constructor and Description |
---|
SharedDevice(String name,
int typ,
DeviceContext ctx)
SharedDevice constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
DiskDeviceContext
Disk Device Context Class
|
Modifier and Type | Method and Description |
---|---|
DeviceContext |
TreeConnection.getContext()
Return the interface specific context object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DiskInterface.isReadOnly(SrvSession sess,
DeviceContext ctx)
Determine if the disk device is read-only.
|
Modifier and Type | Class and Description |
---|---|
class |
DBDeviceContext
Database Device Context Class
|
Modifier and Type | Method and Description |
---|---|
DeviceContext |
DBDiskDriver.createContext(String shareName,
org.springframework.extensions.config.ConfigElement args)
Parse/validate the parameter string and create a device context for this share
|
Modifier and Type | Method and Description |
---|---|
void |
DBFileLoader.initializeLoader(org.springframework.extensions.config.ConfigElement params,
DeviceContext ctx)
Initialize the file loader using the specified parameters
|
void |
ObjectIdFileLoader.initializeLoader(org.springframework.extensions.config.ConfigElement params,
DeviceContext ctx)
Initialize the file loader using the specified parameters
|
boolean |
DBDiskDriver.isReadOnly(SrvSession sess,
DeviceContext ctx)
Determine if the disk device is read-only.
|
void |
DBFileLoader.startLoader(DeviceContext ctx)
Start the file loader
|
void |
ObjectIdFileLoader.startLoader(DeviceContext ctx)
Start the file loader
|
Modifier and Type | Method and Description |
---|---|
void |
FileLoader.initializeLoader(org.springframework.extensions.config.ConfigElement params,
DeviceContext ctx)
Initialize the file loader using the specified parameters
|
void |
SimpleFileLoader.initializeLoader(org.springframework.extensions.config.ConfigElement params,
DeviceContext ctx)
Initialize the file loader using the specified parameters
|
void |
FileLoader.startLoader(DeviceContext ctx)
Start the file loader
|
void |
SimpleFileLoader.startLoader(DeviceContext ctx)
Start the file loader
|
Modifier and Type | Method and Description |
---|---|
DeviceContext |
EnhJavaFileDiskDriver.createContext(String shareName,
org.springframework.extensions.config.ConfigElement args)
Parse and validate the parameter string and create a device context for this share
|
DeviceContext |
JavaFileDiskDriver.createContext(String shareName,
org.springframework.extensions.config.ConfigElement args)
Parse and validate the parameter string and create a device context for this share
|
Modifier and Type | Method and Description |
---|---|
boolean |
EnhJavaFileDiskDriver.isReadOnly(SrvSession sess,
DeviceContext ctx)
Determine if the disk device is read-only.
|
boolean |
JavaFileDiskDriver.isReadOnly(SrvSession sess,
DeviceContext ctx)
Determine if the disk device is read-only.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.