Uses of Class
org.csapi.jr.se.cs.InvalidRequestNumberException

Packages that use InvalidRequestNumberException
org.csapi.jr.se.cs Contains the Parlay Charging Service data type classes and interfaces. 
 

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

Methods in org.csapi.jr.se.cs that throw InvalidRequestNumberException
 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.creditUnitReq(org.csapi.jr.se.cs.ApplicationDescription applicationDescription, org.csapi.jr.se.cs.Volume[] volumes, boolean closeReservation)
          Invokes the creditUnitReq() 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.debitUnitReq(org.csapi.jr.se.cs.ApplicationDescription applicationDescription, org.csapi.jr.se.cs.Volume[] volumes, boolean closeReservation)
          Invokes the debitUnitReq() 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.directCreditUnitReq(org.csapi.jr.se.cs.ApplicationDescription applicationDescription, org.csapi.jr.se.cs.ChargingParameter[] chargingParameters, org.csapi.jr.se.cs.Volume[] volumes)
          Invokes the directCreditUnitReq() 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.directDebitUnitReq(org.csapi.jr.se.cs.ApplicationDescription applicationDescription, org.csapi.jr.se.cs.ChargingParameter[] chargingParameters, org.csapi.jr.se.cs.Volume[] volumes)
          Invokes the directDebitUnitReq() method on the Parlay Gateway.
 void ChargingSession.release()
          Invokes the release() 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.
 void ChargingSession.reserveUnitReq(org.csapi.jr.se.cs.ApplicationDescription applicationDescription, org.csapi.jr.se.cs.ChargingParameter[] chargingParameters, org.csapi.jr.se.cs.Volume[] volumes)
          Invokes the reserveUnitReq() method on the Parlay Gateway.