com.ibm.diameter.charging.util
Class TerminationCause
java.lang.Object
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.
- DIAMETER_LOGOUT
- DIAMETER_SERVICE_NOT_PROVIDED
- DIAMETER_BAD_ANSWER
- DIAMETER_ADMINISTRATIVE
- DIAMETER_LINK_BROKEN
- DIAMETER_AUTH_EXPIRED
- DIAMETER_USER_MOVED
- DIAMETER_SESSION_TIMEOUT
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 |
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
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.