com.genesyslab.omsdk.commons
Class ServiceType

java.lang.Object
  extended bycom.genesyslab.omsdk.commons.OMSDKEnum
      extended bycom.genesyslab.omsdk.commons.ServiceType

public final class ServiceType
extends OMSDKEnum

Enumerates the possible types of service connections.

Since:
7.1.008.00
See Also:
ServiceInfo

Field Summary
static ServiceType CONFIGURATION
          Indicates the service managing the communication with the Configuration Layer.
static int CONFIGURATION_INT
          Integer representation of CONFIGURATION.
static ServiceType ESP
          Indicates the service managing communication with Interaction Server through ESP (External Service Protocol).
static int ESP_INT
          Integer representation of ESP.
static ServiceType INTERACTION_SERVER
          Indicates the service managing communication with Interaction Server.
static int INTERACTION_SERVER_INT
           
static ServiceType LCA
          Indicates the service managing communication with the LCA (Local Control Agent) component.
static int LCA_INT
          Integer representation of LCA.
static ServiceType UCS
          Indicates the service managing the communication with UCS (Universal Contact Server).
static int UCS_INT
          Integer representation of UCS.
 
Method Summary
static ServiceType getType(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

INTERACTION_SERVER_INT

public static final int INTERACTION_SERVER_INT
See Also:
Constant Field Values

INTERACTION_SERVER

public static final ServiceType INTERACTION_SERVER
Indicates the service managing communication with Interaction Server.


CONFIGURATION_INT

public static final int CONFIGURATION_INT
Integer representation of CONFIGURATION.

See Also:
Constant Field Values

CONFIGURATION

public static final ServiceType CONFIGURATION
Indicates the service managing the communication with the Configuration Layer.


ESP_INT

public static final int ESP_INT
Integer representation of ESP.

See Also:
Constant Field Values

ESP

public static final ServiceType ESP
Indicates the service managing communication with Interaction Server through ESP (External Service Protocol).


LCA_INT

public static final int LCA_INT
Integer representation of LCA.

See Also:
Constant Field Values

LCA

public static final ServiceType LCA
Indicates the service managing communication with the LCA (Local Control Agent) component.


UCS_INT

public static final int UCS_INT
Integer representation of UCS.

See Also:
Constant Field Values

UCS

public static final ServiceType UCS
Indicates the service managing the communication with UCS (Universal Contact Server).

Method Detail

getType

public static ServiceType getType(int ordinal)
Returns the enumerated value corresponding to the specified integer.

Parameters:
ordinal - integer representation.
Returns:
the enumerated value.