com.ibm.diameter.test
Class CCQuota
java.lang.Object
com.ibm.diameter.test.CCQuota
public class CCQuota
- extends java.lang.Object
Created on 04/01/2007
IBM Confidential
OCO Source Materials.
5724-O05
© Copyright IBM Corp. 2007
The source code for this program is not published or otherwise
divested of its trade secrets, irrespective of what has been
deposited with the U.S. Copyright Office.
Author: tjsmith
Constructor Summary |
CCQuota(int quotaValue,
int thresholdValueForRAR)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CCQuota
public CCQuota(int quotaValue,
int thresholdValueForRAR)
getQuotaValue
public int getQuotaValue()
addQuota
public void addQuota(int adderValue)
removeQuota
public void removeQuota(int removeValue)
resetQuota
public void resetQuota()
getThresholdForRAR
public int getThresholdForRAR()
setThresholdForRAR
public void setThresholdForRAR(int thresholdForRAR)
Copyright © 2006 IBM Corp. All Rights Reserved.