public interface LegacyDeviceManager extends ModuleService
| Modifier and Type | Method and Description |
|---|---|
void |
addDevice(DeviceConfiguration configuration) |
java.util.List<java.lang.String> |
getDeviceNames() |
DriverMeta |
getDriverMeta(java.lang.String className) |
java.util.List<DriverMeta> |
getDriverMetas() |
void |
modifyDevice(DeviceReconfiguration configuration) |
void |
registerDriver(DriverMeta driver) |
void |
removeDevice(java.lang.String deviceName) |
void |
unregisterDriver(DriverMeta driver) |
void registerDriver(DriverMeta driver)
void unregisterDriver(DriverMeta driver)
DriverMeta getDriverMeta(java.lang.String className)
java.util.List<DriverMeta> getDriverMetas()
void addDevice(DeviceConfiguration configuration) throws java.lang.Exception
java.lang.Exceptionvoid modifyDevice(DeviceReconfiguration configuration) throws java.lang.Exception
java.lang.Exceptionvoid removeDevice(java.lang.String deviceName)
throws java.lang.Exception
java.lang.Exceptionjava.util.List<java.lang.String> getDeviceNames()