|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cc.ReleaseCause
Defines the reason for a release.
Field Summary | |
static int |
_BUSY
The user is busy. |
static int |
_CALL_RESTRICTED
The call was subject of restrictions |
static int |
_DISCONNECTED
A disconnect was received. |
static int |
_GENERAL_FAILURE
A general network failure occurred. |
static int |
_NO_ANSWER
No answer was received |
static int |
_NOT_REACHABLE
The user terminal is not reachable |
static int |
_PREMATURE_DISCONNECT
The user disconnected the call / call leg during the setup phase. |
static int |
_ROUTING_FAILURE
A routing failure occurred. |
static int |
_TIMER_EXPIRY
The call / call leg was released because an activity timer expired. |
static int |
_UNAVAILABLE_RESOURCE
The request could not be carried out as no resources were available. |
static int |
_UNDEFINED
The reason of release is not known, because no info was received from the network. |
static int |
_UNSUPPORTED_MEDIA
The call / call leg was released either because the message body of the request is in a format not supported or because the media is not supported. |
static int |
_USER_NOT_AVAILABLE
The user is not available in the network. |
static org.csapi.jr.se.cc.ReleaseCause |
BUSY
The user is busy. |
static org.csapi.jr.se.cc.ReleaseCause |
CALL_RESTRICTED
The call was subject of restrictions |
static org.csapi.jr.se.cc.ReleaseCause |
DISCONNECTED
A disconnect was received. |
static org.csapi.jr.se.cc.ReleaseCause |
GENERAL_FAILURE
A general network failure occurred. |
static org.csapi.jr.se.cc.ReleaseCause |
NO_ANSWER
No answer was received |
static org.csapi.jr.se.cc.ReleaseCause |
NOT_REACHABLE
The user terminal is not reachable |
static org.csapi.jr.se.cc.ReleaseCause |
PREMATURE_DISCONNECT
The user disconnected the call / call leg during the setup phase. |
static org.csapi.jr.se.cc.ReleaseCause |
ROUTING_FAILURE
A routing failure occurred. |
static org.csapi.jr.se.cc.ReleaseCause |
TIMER_EXPIRY
The call / call leg was released because an activity timer expired. |
static org.csapi.jr.se.cc.ReleaseCause |
UNAVAILABLE_RESOURCE
The request could not be carried out as no resources were available. |
static org.csapi.jr.se.cc.ReleaseCause |
UNDEFINED
The reason of release is not known, because no info was received from the network. |
static org.csapi.jr.se.cc.ReleaseCause |
UNSUPPORTED_MEDIA
The call / call leg was released either because the message body of the request is in a format not supported or because the media is not supported. |
static org.csapi.jr.se.cc.ReleaseCause |
USER_NOT_AVAILABLE
The user is not available in the network. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
static org.csapi.jr.se.cc.ReleaseCause |
getObject(int value)
Accepts values in the range of 0 to 12 |
int |
getValue()
Number representing enum type |
java.lang.String |
getValueText()
getValueText method, overrides the getValueText() method in class java.lang.Object |
int |
hashCode()
Returns a hashcode value for the object. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int _UNDEFINED
public static final org.csapi.jr.se.cc.ReleaseCause UNDEFINED
public static final int _USER_NOT_AVAILABLE
public static final org.csapi.jr.se.cc.ReleaseCause USER_NOT_AVAILABLE
public static final int _BUSY
public static final org.csapi.jr.se.cc.ReleaseCause BUSY
public static final int _NO_ANSWER
public static final org.csapi.jr.se.cc.ReleaseCause NO_ANSWER
public static final int _NOT_REACHABLE
public static final org.csapi.jr.se.cc.ReleaseCause NOT_REACHABLE
public static final int _ROUTING_FAILURE
public static final org.csapi.jr.se.cc.ReleaseCause ROUTING_FAILURE
public static final int _PREMATURE_DISCONNECT
public static final org.csapi.jr.se.cc.ReleaseCause PREMATURE_DISCONNECT
public static final int _DISCONNECTED
public static final org.csapi.jr.se.cc.ReleaseCause DISCONNECTED
public static final int _CALL_RESTRICTED
public static final org.csapi.jr.se.cc.ReleaseCause CALL_RESTRICTED
public static final int _UNAVAILABLE_RESOURCE
public static final org.csapi.jr.se.cc.ReleaseCause UNAVAILABLE_RESOURCE
public static final int _GENERAL_FAILURE
public static final org.csapi.jr.se.cc.ReleaseCause GENERAL_FAILURE
public static final int _TIMER_EXPIRY
public static final org.csapi.jr.se.cc.ReleaseCause TIMER_EXPIRY
public static final int _UNSUPPORTED_MEDIA
public static final org.csapi.jr.se.cc.ReleaseCause UNSUPPORTED_MEDIA
Method Detail |
public int getValue()
public java.lang.String getValueText()
public static org.csapi.jr.se.cc.ReleaseCause getObject(int value) throws InvalidEnumValueException
value
- number representing type of object, this is defined within the class
InvalidEnumValueException
- thrown if invalid value is passed into methodpublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |