|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsync4j.syncclient.spdm.DeviceManager
This class represents an abstract device manager. The device manager has the responsibility of handling the device management tree.
Constructor Summary | |
DeviceManager()
|
Method Summary | |
abstract Device |
getDevice()
Returns a Device object representing the device managed by this DeviceManager. |
static DeviceManager |
getDeviceManager()
|
abstract ManagementNode |
getManagementTree()
The same as getManagementTree("") |
abstract ManagementNode |
getManagementTree(java.lang.String parent)
Returns the management tree starting from the given parent node |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DeviceManager()
Method Detail |
public static DeviceManager getDeviceManager()
public abstract Device getDevice()
public abstract ManagementNode getManagementTree(java.lang.String parent)
parent
- the parent node
public abstract ManagementNode getManagementTree()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |