|
||||||||||
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.ServiceType
Enumerates the possible types of service connections.
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 |
public static final int INTERACTION_SERVER_INT
public static final ServiceType INTERACTION_SERVER
public static final int CONFIGURATION_INT
CONFIGURATION
.
public static final ServiceType CONFIGURATION
public static final int ESP_INT
ESP
.
public static final ServiceType ESP
public static final int LCA_INT
LCA
.
public static final ServiceType LCA
public static final int UCS_INT
UCS
.
public static final ServiceType UCS
Method Detail |
public static ServiceType getType(int ordinal)
ordinal
- integer representation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |