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

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

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

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