| Package | Description |
|---|---|
| org.alfresco.jlan.server.core | |
| org.alfresco.jlan.server.filesys | |
| org.alfresco.jlan.server.filesys.db | |
| org.alfresco.jlan.smb.server | |
| org.alfresco.jlan.smb.server.disk |
| Modifier and Type | Method and Description |
|---|---|
DeviceInterface |
SharedDevice.getInterface()
Return the device interface for this shared device.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SharedDevice.setInterface(DeviceInterface iface)
Set the device interface for this shared device.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DiskInterface
The disk interface is implemented by classes that provide an interface for a disk type shared
device.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceInterface |
TreeConnection.getInterface()
Return the shared device interface
|
| Constructor and Description |
|---|
DiskSharedDevice(String name,
DeviceInterface iface,
DiskDeviceContext ctx)
Construct a disk share with the specified name and device interface.
|
DiskSharedDevice(String name,
DeviceInterface iface,
DiskDeviceContext ctx,
int attrib)
Construct a disk share with the specified name and device interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DBDiskDriver
Database Disk Driver Class
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PipeDevice
The pipe interface is implemented by classes that provide an interface for a named pipe type shared
device.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnhJavaFileDiskDriver
Disk interface implementation that uses the java.io.File class.
|
class |
JavaFileDiskDriver
Disk interface implementation that uses the java.io.File class.
|
Copyright © 2005–2015 Alfresco Software. All rights reserved.