Package org.csapi.jr.se.cs

Contains the Parlay Charging Service data type classes and interfaces.

See:
          Description

Interface Summary
ChargingManager This interface represents a ChargingManager.
ChargingManagerListener This interface is to be implemented for receiving events issued by the ChargingManager service object.
ChargingSession This interface represents a ChargingSession.
ChargingSessionListener This interface is to be implemented for receiving events issued by the ChargingSession service object.
Constants This interface contains constants not associated with any type, but associated with the package org.csapi.jr.se.cs
 

Class Summary
Amount Defines the Sequence of Data Elements that define an amount in integers as 'Number × 10 ^ Exponent' (that is if Number = 6543 and Exponent = -2 then the amount is 65,43).
AppInformation Defines a Tagged Choice of Data Elements that comprise an individual application information.
AppInformationType Defines the possible information items.
ApplicationDescription Defines a Sequence of Data Elements that specifies what is about to be charged.
ChargingError Indicates the error that occurred.
ChargingParameter Defines a Sequence of Data Elements that defines the used service.
ChargingParameterValue Defines the Tagged Choice of Data Elements that identify a charging parameter.
ChargingParameterValueType Defines the type of charging parameter.
ChargingPrice Defines the Sequence of Data Elements that identify a price.
ChargingSessionID Defines the Sequence of Data Elements that unambiguously specify the Charging Session object.
CorrelationID Defines the Sequence of Data Elements that identify a correlation.
CreditAmountErrEvent Event created by an activity object to indicate that a Gateway originated call to the creditAmountErr() method on the callback interface has occured.
CreditAmountResEvent Event created by an activity object to indicate that a Gateway originated call to the creditAmountRes() method on the callback interface has occured.
CreditUnitErrEvent Event created by an activity object to indicate that a Gateway originated call to the creditUnitErr() method on the callback interface has occured.
CreditUnitResEvent Event created by an activity object to indicate that a Gateway originated call to the creditUnitRes() method on the callback interface has occured.
DebitAmountErrEvent Event created by an activity object to indicate that a Gateway originated call to the debitAmountErr() method on the callback interface has occured.
DebitAmountResEvent Event created by an activity object to indicate that a Gateway originated call to the debitAmountRes() method on the callback interface has occured.
DebitUnitErrEvent Event created by an activity object to indicate that a Gateway originated call to the debitUnitErr() method on the callback interface has occured.
DebitUnitResEvent Event created by an activity object to indicate that a Gateway originated call to the debitUnitRes() method on the callback interface has occured.
DirectCreditAmountErrEvent Event created by an activity object to indicate that a Gateway originated call to the directCreditAmountErr() method on the callback interface has occured.
DirectCreditAmountResEvent Event created by an activity object to indicate that a Gateway originated call to the directCreditAmountRes() method on the callback interface has occured.
DirectCreditUnitErrEvent Event created by an activity object to indicate that a Gateway originated call to the directCreditUnitErr() method on the callback interface has occured.
DirectCreditUnitResEvent Event created by an activity object to indicate that a Gateway originated call to the directCreditUnitRes() method on the callback interface has occured.
DirectDebitAmountErrEvent Event created by an activity object to indicate that a Gateway originated call to the directDebitAmountErr() method on the callback interface has occured.
DirectDebitAmountResEvent Event created by an activity object to indicate that a Gateway originated call to the directDebitAmountRes() method on the callback interface has occured.
DirectDebitUnitErrEvent Event created by an activity object to indicate that a Gateway originated call to the directDebitUnitErr() method on the callback interface has occured.
DirectDebitUnitResEvent Event created by an activity object to indicate that a Gateway originated call to the directDebitUnitRes() method on the callback interface has occured.
ExtendLifeTimeErrEvent Event created by an activity object to indicate that a Gateway originated call to the extendLifeTimeErr() method on the callback interface has occured.
ExtendLifeTimeResEvent Event created by an activity object to indicate that a Gateway originated call to the extendLifeTimeRes() method on the callback interface has occured.
MerchantAccountID Defines a Sequence of Data Elements that defines the used service.
PriceVolume Defines the Sequence of Data Elements that identify a price for a volume.
RateErrEvent Event created by an activity object to indicate that a Gateway originated call to the rateErr() method on the callback interface has occured.
RateResEvent Event created by an activity object to indicate that a Gateway originated call to the rateRes() method on the callback interface has occured.
ReserveAmountErrEvent Event created by an activity object to indicate that a Gateway originated call to the reserveAmountErr() method on the callback interface has occured.
ReserveAmountResEvent Event created by an activity object to indicate that a Gateway originated call to the reserveAmountRes() method on the callback interface has occured.
ReserveUnitErrEvent Event created by an activity object to indicate that a Gateway originated call to the reserveUnitErr() method on the callback interface has occured.
ReserveUnitResEvent Event created by an activity object to indicate that a Gateway originated call to the reserveUnitRes() method on the callback interface has occured.
SessionAbortedEvent Event created by an activity object to indicate that a Gateway originated call to the sessionAborted() method on the callback interface has occured.
SessionEndedCause Defines the reason for which a charging session is released.
SessionEndedEvent Event created by an activity object to indicate that a Gateway originated call to the sessionEnded() method on the callback interface has occured.
Volume Defines a volume.
 

Exception Summary
InvalidAccountException Invalid merchant account specified.
InvalidRequestNumberException Invalid request number specified.
InvalidUserException Invalid user specified.
InvalidVolumeException Invalid volume specified.
 

Package org.csapi.jr.se.cs Description

Contains the Parlay Charging Service data type classes and interfaces.