com.ibm.diameter.charging.util
Class CCSessionFailover

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

public class CCSessionFailover
extends java.lang.Object

Describes the CCSessionFailover values that may be specified for the CC-Session-Failover Avp.


Field Summary
static int FAILOVER_NOT_SUPPORTED
           
static int FAILOVER_SUPPORTED
           
 
Method Summary
static boolean isDefined(int value)
          Used by the charging web services to validate the value specified for the CC-Session-Failover 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

FAILOVER_NOT_SUPPORTED

public static final int FAILOVER_NOT_SUPPORTED
See Also:
Constant Field Values

FAILOVER_SUPPORTED

public static final int FAILOVER_SUPPORTED
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 CC-Session-Failover Avp against the allowed enumerated values.

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


Copyright © 2006 IBM Corp. All Rights Reserved.