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

Packages that use InvalidCurrencyException
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 InvalidCurrencyException in org.csapi.jr.se.cc.mpccs
 

Methods in org.csapi.jr.se.cc.mpccs that throw InvalidCurrencyException
 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 InvalidCurrencyException in org.csapi.jr.se.cs
 

Methods in org.csapi.jr.se.cs that throw InvalidCurrencyException
 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.