|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.genesyslab.openmedia.soa.InteractionStatus
This enum lists the possibles statuses for a queued interaction (See QILService.)
| Field Summary | |
static java.lang.String |
_idle
Indicates that the QIL interaction has been processed. |
static java.lang.String |
_queued
Indicates that the interaction is currently waiting in a queue and available for processing. |
static java.lang.String |
_routing
Indicates that a router is processing the interaction. |
protected static java.util.HashMap |
_table_
|
static java.lang.String |
_undefined
Indicates that the QIL service cannot determine the interaction's status. |
protected java.lang.String |
_value_
|
static InteractionStatus |
idle
|
static InteractionStatus |
queued
|
static InteractionStatus |
routing
|
static InteractionStatus |
undefined
|
| Constructor Summary | |
protected |
InteractionStatus(java.lang.String value)
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
static InteractionStatus |
fromString(java.lang.String value)
|
static InteractionStatus |
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 _undefined
public static final java.lang.String _idle
public static final java.lang.String _queued
public static final java.lang.String _routing
public static final InteractionStatus undefined
public static final InteractionStatus idle
public static final InteractionStatus queued
public static final InteractionStatus routing
| Constructor Detail |
protected InteractionStatus(java.lang.String value)
| Method Detail |
public java.lang.String getValue()
public static InteractionStatus fromValue(java.lang.String value)
throws java.lang.IllegalStateException
java.lang.IllegalStateException
public static InteractionStatus 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 | |||||||||