|
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<Reason>
com.oracle.sft.api.Reason
public enum Reason
Reason for rejecting a participant. Each reason will be translated to corresponding response code by the SFT container.
| Enum Constant Summary | |
|---|---|
BUSYThe party is busy. |
|
BUSY_EVERYWHEREIt is busy everywhere. |
|
DECLINEThe request is declined. |
|
ERRORAn unexpected error occurred. |
|
FORBIDDENThe request is forbidden and it SHOULD NOT be repeated. |
|
NO_RESPONSEThe party is not found. |
|
NOT_AVAILABLEThe party is not available. |
|
NOT_FOUNDThe party is not found. |
|
REDIRECTThe party has redirected the call. |
|
SERVICE_NOT_AVAILABLEThe service is temporarily unable to process the request. |
|
TIMEOUTThe operation timed out. |
|
UNSUPPORTED_MEDIA_TYPEThe media type is unsupported. |
|
| Method Summary | |
|---|---|
static Reason |
valueOf(String name)Returns the enum constant of this type with the specified name. |
static Reason[] |
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 Reason REDIRECT
public static final Reason FORBIDDEN
public static final Reason NOT_FOUND
public static final Reason NO_RESPONSE
public static final Reason UNSUPPORTED_MEDIA_TYPE
public static final Reason NOT_AVAILABLE
public static final Reason BUSY
public static final Reason ERROR
public static final Reason SERVICE_NOT_AVAILABLE
public static final Reason TIMEOUT
public static final Reason BUSY_EVERYWHERE
public static final Reason DECLINE
| Method Detail |
|---|
public static Reason[] values()
for (Reason c : Reason.values())
System.out.println(c);
public static Reason 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.