Package org.csapi.jr.se.am

Contains the Parlay Account Management (AM) data types and interfaces.

See:
          Description

Interface Summary
AccountManager This interface represents a AccountManager.
AccountManagerListener This interface is to be implemented for receiving events issued by the AccountManager service object.
Notification This interface represents a Notification activity object.
NotificationListener This interface is to be implemented for receiving events issued by the Notification activity object.
Notifications This interface represents a Notifications activity object.
NotificationsListener This interface is to be implemented for receiving events issued by the Notifications activity object.
QueryBalance This interface represents a QueryBalance activity object.
QueryBalanceListener This interface is to be implemented for receiving events issued by the QueryBalance activity object.
RetrieveTransactionHistory This interface represents a RetrieveTransactionHistory activity object.
RetrieveTransactionHistoryListener This interface is to be implemented for receiving events issued by the RetrieveTransactionHistory activity object.
 

Class Summary
Balance Defines the structure of data elements that specifies a balance.
BalanceInfo Defines the structure of data elements that specifies detailed balance info.
BalanceQueryError Defines an error that is reported by the Charging service capability feature as a result of a balance query request.
ChargingEventCriteria Defines the structure of data elements that specifies charging event criteria.
ChargingEventCriteriaResult Defines the Sequence of Data Elements that specify the criteria relating to event requests.
ChargingEventInfo Defines the structure of data elements that specifies charging event information.
ChargingEventName Defines the charging event for which notifications can be requested by the application.
QueryBalanceErrEvent Event created by an activity object to indicate that a Gateway originated call to the queryBalanceErr() method on the callback interface has occured.
QueryBalanceResEvent Event created by an activity object to indicate that a Gateway originated call to the queryBalanceRes() method on the callback interface has occured.
ReportNotificationEvent Event created by an activity object to indicate that a Gateway originated call to the reportNotification() method on the callback interface has occured.
RetrieveTransactionHistoryErrEvent Event created by an activity object to indicate that a Gateway originated call to the retrieveTransactionHistoryErr() method on the callback interface has occured.
RetrieveTransactionHistoryResEvent Event created by an activity object to indicate that a Gateway originated call to the retrieveTransactionHistoryRes() method on the callback interface has occured.
TransactionHistory This data type is a sequence of data elements that describes the transaction history.
TransactionHistoryStatus Defines a status code that is reported by the Account Manager service capability feature as a result of a transaction history retrieval request.
 

Exception Summary
AccountException Account Management abstract exception
UnauthorizedApplicationException Application is not authorized to perform charging operations.
 

Package org.csapi.jr.se.am Description

Contains the Parlay Account Management (AM) data types and interfaces.