|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.omsdk.commons.OMSDKEnum
com.genesyslab.omsdk.commons.ServiceStatus
Enumerates the possible statuses of service connections.
ServiceInfo.getStatus()
Field Summary | |
static ServiceStatus |
OFF
Indicates that the service is disconnected from the server. |
static ServiceStatus |
OFF_CONNECTING
Indicates that the service is attempting to connect the server. |
static int |
OFF_CONNECTING_INT
Integer representation of OFF_CONNECTING status. |
static int |
OFF_INT
Integer representation of OFF status. |
static ServiceStatus |
ON
Indicates that the service is connected to the server and that it is working properly. |
static int |
ON_INT
Integer representation of ON status. |
Method Summary | |
static ServiceStatus |
getStatus(int ordinal)
Returns the enumerated value corresponding to the specified integer. |
Methods inherited from class com.genesyslab.omsdk.commons.OMSDKEnum |
toInt, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static int ON_INT
ON
status.
public static final ServiceStatus ON
public static int OFF_INT
OFF
status.
public static final ServiceStatus OFF
ON
status.
public static int OFF_CONNECTING_INT
OFF_CONNECTING
status.
public static final ServiceStatus OFF_CONNECTING
ON
status.
Method Detail |
public static ServiceStatus getStatus(int ordinal)
ordinal
- integer representation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |