com.ibm.diameter.rf.util
Class AccountingRealtimeRequired

java.lang.Object
  extended by com.ibm.diameter.rf.util.AccountingRealtimeRequired

public class AccountingRealtimeRequired
extends java.lang.Object

Defines RF AccountingRealtimeRequired enumerated values. This is supported via the rawAccounting method.


Field Summary
static int DELIVER_AND_GRANT
           
static int GRANT_AND_LOSE
           
static int GRANT_AND_STORE
           
 
Constructor Summary
AccountingRealtimeRequired()
           
 
Method Summary
static boolean isAccountingRealtimeRequiredDefined(int value)
          Validates that the given value is a valid AccountingRealtimeRequired.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DELIVER_AND_GRANT

public static final int DELIVER_AND_GRANT
See Also:
Constant Field Values

GRANT_AND_STORE

public static final int GRANT_AND_STORE
See Also:
Constant Field Values

GRANT_AND_LOSE

public static final int GRANT_AND_LOSE
See Also:
Constant Field Values
Constructor Detail

AccountingRealtimeRequired

public AccountingRealtimeRequired()
Method Detail

isAccountingRealtimeRequiredDefined

public static boolean isAccountingRealtimeRequiredDefined(int value)
Validates that the given value is a valid AccountingRealtimeRequired.

Parameters:
value - The integer to be verified.
Returns:
bool Indicating if the value is valid.


Copyright © 2006 IBM Corp. All Rights Reserved.