com.ibm.diameter.test
Class CCQuota

java.lang.Object
  extended by 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)
           
 
Method Summary
 void addQuota(int adderValue)
           
 int getQuotaValue()
           
 int getThresholdForRAR()
           
 void removeQuota(int removeValue)
           
 void resetQuota()
           
 void setThresholdForRAR(int thresholdForRAR)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CCQuota

public CCQuota(int quotaValue,
               int thresholdValueForRAR)
Method Detail

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.