public interface DeviceInterface
| Modifier and Type | Method and Description |
|---|---|
DeviceContext |
createContext(java.lang.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.
|
void |
treeClosed(SrvSession sess,
TreeConnection tree)
Connection closed to this device
|
void |
treeOpened(SrvSession sess,
TreeConnection tree)
Connection opened to this disk device
|
DeviceContext createContext(java.lang.String shareName, org.springframework.extensions.config.ConfigElement args) throws DeviceContextException
shareName - Stringargs - ConfigElementDeviceContextExceptionvoid treeOpened(SrvSession sess, TreeConnection tree)
sess - Server sessiontree - Tree connectionvoid treeClosed(SrvSession sess, TreeConnection tree)
sess - Server sessiontree - Tree connectionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.