|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<Communication.State>
com.oracle.sft.api.Communication.State
public static enum Communication.State
Different Communication States.
| Enum Constant Summary | |
|---|---|
ERRORErrors occurred in communication. |
|
ESTABLISHEDCall established. |
|
FAILEDCommunication is canceled. |
|
FINISHEDCommunication is finished. |
|
FINISHINGTermination of the established communication is in process. |
|
FINISHLAUNCHEDTermination of the established communication is just launched. |
|
HELDCommunication is held. |
|
HOLDINGCommunication holding is started. |
|
INACTIVEThe initial Communication state. |
|
INTERACTINGProvisional response has arrived. |
|
MEDIA_INFO_EARLY_EXCHANGEDCalling party and called party(Conversation case) exchanged their media information before successful response is arrived. |
|
MEDIARESOURCERESERVEDMedia resource is reserved by interacting with media server. |
|
PICKUPSuccessful response arrived (Called party picked up the call). |
|
REPLACINGCommunication is replacing its participants. |
|
RESUMINGCommunication is resuming from held state. |
|
STARTINGCommunication is starting. |
|
| Method Summary | |
|---|---|
static Communication.State |
valueOf(String name)Returns the enum constant of this type with the specified name. |
static Communication.State[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Communication.State INACTIVE
public static final Communication.State STARTING
public static final Communication.State INTERACTING
public static final Communication.State MEDIA_INFO_EARLY_EXCHANGED
public static final Communication.State PICKUP
public static final Communication.State ESTABLISHED
public static final Communication.State HOLDING
public static final Communication.State HELD
public static final Communication.State RESUMING
public static final Communication.State MEDIARESOURCERESERVED
public static final Communication.State REPLACING
public static final Communication.State FINISHLAUNCHED
public static final Communication.State FINISHING
public static final Communication.State FINISHED
public static final Communication.State FAILED
public static final Communication.State ERROR
| Method Detail |
|---|
public static Communication.State[] values()
for (Communication.State c : Communication.State.values())
System.out.println(c);
public static Communication.State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
Copyright © 2012 Oracle Corporation. All Rights Reserved.