hp.opencall.media.ccapi
Class ISDNRedirectCause

java.lang.Object
  extended byhp.opencall.media.ccapi.ISDNRedirectCause
All Implemented Interfaces:
Serializable

public class ISDNRedirectCause
extends Object
implements Serializable

This class enumerate the possible redirect values

See Also:
Serialized Form

Field Summary
static ISDNRedirectCause DEFLECTION_DURING_ALERTING
          deflection during alerting
static ISDNRedirectCause DEFLECTION_DURING_IMMEDIATE_REPONSE
          deflection immediate response
static ISDNRedirectCause MOBILE_SUBSCRIBER_NOT_REACHABLE
          deflection immediate response
static ISDNRedirectCause NO_REPLY
          no reply
static ISDNRedirectCause UNCONDITIONAL
          unconditional
static ISDNRedirectCause UNKNOWN
          unknown/not available
static ISDNRedirectCause USER_BUSY
          user busy
 
Method Summary
 int getCause()
          get the Redirect Cause cause value
static ISDNRedirectCause getInstance(int value)
          get the CAUSE coresponding to the integer value OR throw exption if not found
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNKNOWN

public static final ISDNRedirectCause UNKNOWN
unknown/not available


USER_BUSY

public static final ISDNRedirectCause USER_BUSY
user busy


NO_REPLY

public static final ISDNRedirectCause NO_REPLY
no reply


UNCONDITIONAL

public static final ISDNRedirectCause UNCONDITIONAL
unconditional


DEFLECTION_DURING_ALERTING

public static final ISDNRedirectCause DEFLECTION_DURING_ALERTING
deflection during alerting


DEFLECTION_DURING_IMMEDIATE_REPONSE

public static final ISDNRedirectCause DEFLECTION_DURING_IMMEDIATE_REPONSE
deflection immediate response


MOBILE_SUBSCRIBER_NOT_REACHABLE

public static final ISDNRedirectCause MOBILE_SUBSCRIBER_NOT_REACHABLE
deflection immediate response

Method Detail

toString

public String toString()
Returns:
java.lang.String

getCause

public int getCause()
get the Redirect Cause cause value

Returns:
int

getInstance

public static ISDNRedirectCause getInstance(int value)
                                     throws CCBadParamsException
get the CAUSE coresponding to the integer value OR throw exption if not found

Throws:
CCBadParamsException