com.ibm.diameter.charging.util
Class TerminationCause

java.lang.Object
  extended by com.ibm.diameter.charging.util.TerminationCause

public class TerminationCause
extends java.lang.Object

Describes the TerminationCause values that may be specified for the Termination-Cause Avp.


Field Summary
static int DIAMETER_ADMINISTRATIVE
           
static int DIAMETER_AUTH_EXPIRED
           
static int DIAMETER_BAD_ANSWER
           
static int DIAMETER_LINK_BROKEN
           
static int DIAMETER_LOGOUT
           
static int DIAMETER_SERVICE_NOT_PROVIDED
           
static int DIAMETER_SESSION_TIMEOUT
           
static int DIAMETER_USER_MOVED
           
 
Method Summary
static boolean isDefined(int value)
          Used by the charging web services to validate the value specified for the Termination-Cause Avp against the allowed enumerated values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DIAMETER_LOGOUT

public static final int DIAMETER_LOGOUT
See Also:
Constant Field Values

DIAMETER_SERVICE_NOT_PROVIDED

public static final int DIAMETER_SERVICE_NOT_PROVIDED
See Also:
Constant Field Values

DIAMETER_BAD_ANSWER

public static final int DIAMETER_BAD_ANSWER
See Also:
Constant Field Values

DIAMETER_ADMINISTRATIVE

public static final int DIAMETER_ADMINISTRATIVE
See Also:
Constant Field Values

DIAMETER_LINK_BROKEN

public static final int DIAMETER_LINK_BROKEN
See Also:
Constant Field Values

DIAMETER_AUTH_EXPIRED

public static final int DIAMETER_AUTH_EXPIRED
See Also:
Constant Field Values

DIAMETER_USER_MOVED

public static final int DIAMETER_USER_MOVED
See Also:
Constant Field Values

DIAMETER_SESSION_TIMEOUT

public static final int DIAMETER_SESSION_TIMEOUT
See Also:
Constant Field Values
Method Detail

isDefined

public static boolean isDefined(int value)
Used by the charging web services to validate the value specified for the Termination-Cause Avp against the allowed enumerated values.

Parameters:
value - the value of the Avp under test
Returns:
boolean indicating whether the specified TerminationCause value is valid


Copyright © 2006 IBM Corp. All Rights Reserved.