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

Packages that use UnknownSubscriberException
org.csapi.jr.se.am Contains the Parlay Account Management (AM) data types and interfaces. 
org.csapi.jr.se.mm.ul Contains the Parlay User Location interfaces. 
org.csapi.jr.se.mm.ulc Contains the Parlay User Location Camel interfaces. 
org.csapi.jr.se.mm.us Contains the Parlay User Status interfaces. 
 

Uses of UnknownSubscriberException in org.csapi.jr.se.am
 

Methods in org.csapi.jr.se.am that throw UnknownSubscriberException
 void QueryBalance.queryBalanceReq(org.csapi.jr.se.Address[] users)
          Invokes the queryBalanceReq() method on the Parlay Gateway.
 void RetrieveTransactionHistory.retrieveTransactionHistoryReq(org.csapi.jr.se.Address user, org.csapi.jr.se.TimeInterval transactionInterval)
          Invokes the retrieveTransactionHistoryReq() method on the Parlay Gateway.
 void Notification.createNotification(org.csapi.jr.se.am.ChargingEventCriteria chargingEventCriteria)
          Invokes the createNotification() method on the Parlay Gateway.
 void Notification.changeNotification(org.csapi.jr.se.am.ChargingEventCriteria eventCriteria)
          Invokes the changeNotification() method on the Parlay Gateway.
 

Uses of UnknownSubscriberException in org.csapi.jr.se.mm.ul
 

Methods in org.csapi.jr.se.mm.ul that throw UnknownSubscriberException
 void TriggeredLocationReporting.triggeredLocationReportingStartReq(org.csapi.jr.se.Address[] users, org.csapi.jr.se.mm.LocationRequest request, org.csapi.jr.se.mm.LocationTrigger[] triggers)
          Invokes the triggeredLocationReportingStartReq() method on the Parlay Gateway.
 

Uses of UnknownSubscriberException in org.csapi.jr.se.mm.ulc
 

Methods in org.csapi.jr.se.mm.ulc that throw UnknownSubscriberException
 void TriggeredLocationReporting.triggeredLocationReportingStartReq(org.csapi.jr.se.Address[] users, org.csapi.jr.se.mm.LocationTriggerCamel trigger)
          Invokes the triggeredLocationReportingStartReq() method on the Parlay Gateway.
 void LocationReport.locationReportReq(org.csapi.jr.se.Address[] users)
          Invokes the locationReportReq() method on the Parlay Gateway.
 void PeriodicLocationReporting.periodicLocationReportingStartReq(org.csapi.jr.se.Address[] users, int reportingInterval)
          Invokes the periodicLocationReportingStartReq() method on the Parlay Gateway.
 

Uses of UnknownSubscriberException in org.csapi.jr.se.mm.us
 

Methods in org.csapi.jr.se.mm.us that throw UnknownSubscriberException
 void StatusReport.statusReportReq(org.csapi.jr.se.Address[] users)
          Invokes the statusReportReq() method on the Parlay Gateway.
 void TriggeredStatusReporting.triggeredStatusReportingStartReq(org.csapi.jr.se.Address[] users)
          Invokes the triggeredStatusReportingStartReq() method on the Parlay Gateway.
 void ExtendedStatusReport.extendedStatusReportReq(org.csapi.jr.se.Address[] users)
          Invokes the extendedStatusReportReq() method on the Parlay Gateway.
 void ExtTriggeredStatusReporting.extTriggeredStatusReportingStartReq(org.csapi.jr.se.Address[] users)
          Invokes the extTriggeredStatusReportingStartReq() method on the Parlay Gateway.