Uses of Class
org.csapi.jr.se.InvalidAmountException

Packages that use InvalidAmountException
org.csapi.jr.se.cc.mpccs Contains the Parlay Multi-Party Call Control Service (MPCCS) interfaces. 
org.csapi.jr.se.cs Contains the Parlay Charging Service data type classes and interfaces. 
 

Uses of InvalidAmountException in org.csapi.jr.se.cc.mpccs
 

Methods in org.csapi.jr.se.cc.mpccs that throw InvalidAmountException
 void CallLeg.setAdviceOfCharge(org.csapi.jr.se.AoCInfo aOCInfo, int tariffSwitch)
          Invokes the setAdviceOfCharge() method on the Parlay Gateway.
 void MultiPartyCall.setAdviceOfCharge(org.csapi.jr.se.AoCInfo aOCInfo, int tariffSwitch)
          Invokes the setAdviceOfCharge() method on the Parlay Gateway.
 

Uses of InvalidAmountException in org.csapi.jr.se.cs
 

Methods in org.csapi.jr.se.cs that throw InvalidAmountException
 void ChargingSession.creditAmountReq(org.csapi.jr.se.cs.ApplicationDescription applicationDescription, org.csapi.jr.se.cs.ChargingPrice amount, boolean closeReservation)
          Invokes the creditAmountReq() method on the Parlay Gateway.
 void ChargingSession.debitAmountReq(org.csapi.jr.se.cs.ApplicationDescription applicationDescription, org.csapi.jr.se.cs.ChargingPrice amount, boolean closeReservation)
          Invokes the debitAmountReq() method on the Parlay Gateway.
 void ChargingSession.directCreditAmountReq(org.csapi.jr.se.cs.ApplicationDescription applicationDescription, org.csapi.jr.se.cs.ChargingParameter[] chargingParameters, org.csapi.jr.se.cs.ChargingPrice amount)
          Invokes the directCreditAmountReq() method on the Parlay Gateway.
 void ChargingSession.directDebitAmountReq(org.csapi.jr.se.cs.ApplicationDescription applicationDescription, org.csapi.jr.se.cs.ChargingParameter[] chargingParameters, org.csapi.jr.se.cs.ChargingPrice amount)
          Invokes the directDebitAmountReq() method on the Parlay Gateway.
 void ChargingSession.reserveAmountReq(org.csapi.jr.se.cs.ApplicationDescription applicationDescription, org.csapi.jr.se.cs.ChargingParameter[] chargingParameters, org.csapi.jr.se.cs.ChargingPrice preferredAmount, org.csapi.jr.se.cs.ChargingPrice minimumAmount)
          Invokes the reserveAmountReq() method on the Parlay Gateway.