public interface DeviceLoader
Modifier and Type | Method and Description |
---|---|
DeviceInfo |
getDeviceInfo()
Returns the DeviceInfo instance associated with this loader.
|
String |
getUID()
Returns the device UID to which this loader is bound.
|
void |
load()
Use the device loader UID to locate all information that pertains to
the device, in the persistent store and populate the backing device
info instance.
|
void |
save()
Store the information in the backing device info into the persistent
store.
|
DeviceInfo getDeviceInfo()
String getUID()
void load() throws DeviceException
DeviceException
- if a problem occurs while loading the infovoid save() throws DeviceException
DeviceException
- if a problem occurs while storing the infoCopyright © 2015. All Rights Reserved.