public interface DeviceInterface
Modifier and Type | Method and Description |
---|---|
DeviceContext |
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.
|
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(String shareName, org.springframework.extensions.config.ConfigElement args) throws DeviceContextException
shareName
- Stringargs
- ConfigElementDeviceContextException
void treeOpened(SrvSession sess, TreeConnection tree)
sess
- Server sessiontree
- Tree connectionvoid treeClosed(SrvSession sess, TreeConnection tree)
sess
- Server sessiontree
- Tree connectionCopyright © 2005–2017 Alfresco Software. All rights reserved.