|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.genesyslab.openmedia.soa.ServiceType
Enumerates the possible types of service connections.
| Field Summary | |
static java.lang.String |
_configuration
Indicates the service connection managing the communication with the Configuration Layer. |
static java.lang.String |
_esp
Indicates the service connection managing communication with Interaction Server through ESP (External Service Protocol). |
static java.lang.String |
_interaction_server
Indicates the service connection managing communication with Interaction Server. |
protected static java.util.HashMap |
_table_
|
static java.lang.String |
_ucs
Indicates the service connection managing the communication with UCS (Universal Contact Server). |
protected java.lang.String |
_value_
|
static ServiceType |
configuration
|
static ServiceType |
esp
|
static ServiceType |
interaction_server
|
static ServiceType |
ucs
|
| Constructor Summary | |
protected |
ServiceType(java.lang.String value)
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
static ServiceType |
fromString(java.lang.String value)
|
static ServiceType |
fromValue(java.lang.String value)
|
java.lang.String |
getValue()
|
int |
hashCode()
|
java.lang.Object |
readResolve()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.String _value_
protected static java.util.HashMap _table_
public static final java.lang.String _configuration
public static final java.lang.String _interaction_server
public static final java.lang.String _esp
public static final java.lang.String _ucs
public static final ServiceType configuration
public static final ServiceType interaction_server
public static final ServiceType esp
public static final ServiceType ucs
| Constructor Detail |
protected ServiceType(java.lang.String value)
| Method Detail |
public java.lang.String getValue()
public static ServiceType fromValue(java.lang.String value)
throws java.lang.IllegalStateException
java.lang.IllegalStateException
public static ServiceType fromString(java.lang.String value)
throws java.lang.IllegalStateException
java.lang.IllegalStateExceptionpublic boolean equals(java.lang.Object obj)
public int hashCode()
public java.lang.String toString()
public java.lang.Object readResolve()
throws java.io.ObjectStreamException
java.io.ObjectStreamException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||