com.genesyslab.ail
Class ServiceStatus.Type

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.ServiceStatus.Type
Enclosing class:
ServiceStatus

public static class ServiceStatus.Type
extends Enum

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

DATABASE_

public static final int DATABASE_
Integer representation of DATABASE.

See Also:
Constant Field Values

DATABASE

public static final ServiceStatus.Type DATABASE
Indicates the service managing the communication with the UCS Database.


CONFIG_

public static final int CONFIG_
Integer representation of CONFIG.

See Also:
Constant Field Values

CONFIG

public static final ServiceStatus.Type CONFIG
Indicates the service managing the communication with the Configuration Layer.


TELEPHONY_

public static final int TELEPHONY_
Integer representation of TELEPHONY.

See Also:
Constant Field Values

TELEPHONY

public static final ServiceStatus.Type TELEPHONY
Indicates the telephony service.


CHAT_

public static final int CHAT_
Integer representation of CHAT.

See Also:
Constant Field Values

CHAT

public static final ServiceStatus.Type CHAT
Indicates the service managing the communication with the Chat Server.


AIL_

public static final int AIL_
Integer representation of AIL.

See Also:
Constant Field Values

AIL

public static final ServiceStatus.Type AIL
Indicates the service managing the AIL connection.


STAT_

public static final int STAT_
Integer representation of STAT.

See Also:
Constant Field Values

STAT

public static final ServiceStatus.Type STAT
Indicates the service managing the communication with the Stat Server.


IS_

public static final int IS_
Integer representation of IS.

See Also:
Constant Field Values

IS

public static final ServiceStatus.Type IS
Indicates the service managing communication with Interaction Server.


MAX

public static final int MAX
See Also:
Constant Field Values
Method Detail

max

public static final int max()
The number of defined contstants.


getType

public static final ServiceStatus.Type getType(int value)
Returns the ServiceStatus for this value.