|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.genesyslab.ail.Enum
com.genesyslab.ail.ServiceStatus.Type
public static class ServiceStatus.Type
Constants for the types of services.
| Field Summary | |
|---|---|
static ServiceStatus.Type |
AIL
Indicates the service managing the AIL connection. |
static int |
AIL_
Integer representation of AIL. |
static ServiceStatus.Type |
CHAT
Indicates the service managing the communication with the Chat Server. |
static int |
CHAT_
Integer representation of CHAT. |
static ServiceStatus.Type |
CONFIG
Indicates the service managing the communication with the Configuration Layer. |
static int |
CONFIG_
Integer representation of CONFIG. |
static ServiceStatus.Type |
DATABASE
Indicates the service managing the communication with the UCS Database. |
static int |
DATABASE_
Integer representation of DATABASE. |
static ServiceStatus.Type |
IS
Indicates the service managing communication with Interaction Server. |
static int |
IS_
Integer representation of IS. |
static int |
MAX
|
static ServiceStatus.Type |
STAT
Indicates the service managing the communication with the Stat Server. |
static int |
STAT_
Integer representation of STAT. |
static ServiceStatus.Type |
TELEPHONY
Indicates the telephony service. |
static int |
TELEPHONY_
Integer representation of TELEPHONY. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static ServiceStatus.Type |
getType(int value)
Returns the ServiceStatus for this value. |
static int |
max()
The number of defined contstants. |
| Methods inherited from class com.genesyslab.ail.Enum |
|---|
equals, hashCode, toInt, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int DATABASE_
DATABASE.
public static final ServiceStatus.Type DATABASE
public static final int CONFIG_
CONFIG.
public static final ServiceStatus.Type CONFIG
public static final int TELEPHONY_
TELEPHONY.
public static final ServiceStatus.Type TELEPHONY
public static final int CHAT_
CHAT.
public static final ServiceStatus.Type CHAT
public static final int AIL_
AIL.
public static final ServiceStatus.Type AIL
public static final int STAT_
STAT.
public static final ServiceStatus.Type STAT
public static final int IS_
IS.
public static final ServiceStatus.Type IS
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final ServiceStatus.Type getType(int value)
ServiceStatus for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||