|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.universaldevices.device.model.SystemStatus
public class SystemStatus
This class is an object representation of ISY status. The methods and attributes of this class enables client to know at which state is the system (when busy) and approximately how long more will it take for it to become idle
Constructor Summary | |
---|---|
SystemStatus(java.lang.String body)
Constructor |
Method Summary | |
---|---|
int |
getDelayBetweenOps()
Returns the number of milliseconds between each write operation |
int |
getNumRemainingOps()
Returns the number of write operations remaining (max 256) |
int |
getStatus()
Returns the status of the system which could of the following values: com.universaldevices.common.Constants#DEV_ST_INITIALIZING com.universaldevices.common.Constants#DEV_ST_QUERYING com.universaldevices.common.Constants#DEV_ST_SEARCHING com.universaldevices.common.Constants#DEV_ST_BUSY com.universaldevices.common.Constants#DEV_ST_READY |
boolean |
isInSafeMode()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemStatus(java.lang.String body)
The constructor is called as the result of a successful
UDProxyDevice.getSystemStatus
body
- UDProxyDevice
Method Detail |
---|
public int getDelayBetweenOps()
public int getNumRemainingOps()
public int getStatus()
com.universaldevices.common.Constants#DEV_ST_INITIALIZING
com.universaldevices.common.Constants#DEV_ST_QUERYING
com.universaldevices.common.Constants#DEV_ST_SEARCHING
com.universaldevices.common.Constants#DEV_ST_BUSY
com.universaldevices.common.Constants#DEV_ST_READY
Constants
public boolean isInSafeMode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |