com.ibm.diameter.charging.util
Class CreditControlFailureHandling

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

public class CreditControlFailureHandling
extends java.lang.Object

Describes the CreditControlFailureHandling values that may be specified for the Credit-Control-Failure-Handling Avp.


Field Summary
static int CONTINUE
           
static int RETRY_AND_TERMINATE
           
static int TERMINATE
           
 
Method Summary
static boolean isDefined(int value)
          Used by the charging web services to validate the value specified for the Credit-Control-Failure-Handling 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

TERMINATE

public static final int TERMINATE
See Also:
Constant Field Values

CONTINUE

public static final int CONTINUE
See Also:
Constant Field Values

RETRY_AND_TERMINATE

public static final int RETRY_AND_TERMINATE
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 Credit-Control-Failure-Handling Avp against the allowed enumerated values.

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


Copyright © 2006 IBM Corp. All Rights Reserved.