Uses of Class
org.csapi.P_UNKNOWN_SUBSCRIBER

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

Uses of P_UNKNOWN_SUBSCRIBER in org.csapi
 

Fields in org.csapi declared as P_UNKNOWN_SUBSCRIBER
 P_UNKNOWN_SUBSCRIBER P_UNKNOWN_SUBSCRIBERHolder.value
           
 

Methods in org.csapi that return P_UNKNOWN_SUBSCRIBER
static P_UNKNOWN_SUBSCRIBER P_UNKNOWN_SUBSCRIBERHelper.extract(org.omg.CORBA.Any any)
           
static P_UNKNOWN_SUBSCRIBER P_UNKNOWN_SUBSCRIBERHelper.read(org.omg.CORBA.portable.InputStream in)
           
 

Methods in org.csapi with parameters of type P_UNKNOWN_SUBSCRIBER
static void P_UNKNOWN_SUBSCRIBERHelper.insert(org.omg.CORBA.Any any, P_UNKNOWN_SUBSCRIBER s)
           
static void P_UNKNOWN_SUBSCRIBERHelper.write(org.omg.CORBA.portable.OutputStream out, P_UNKNOWN_SUBSCRIBER s)
           
 

Constructors in org.csapi with parameters of type P_UNKNOWN_SUBSCRIBER
P_UNKNOWN_SUBSCRIBERHolder(P_UNKNOWN_SUBSCRIBER initial)
           
 

Uses of P_UNKNOWN_SUBSCRIBER in org.csapi.am
 

Methods in org.csapi.am that throw P_UNKNOWN_SUBSCRIBER
 void IpAccountManagerPOATie.changeNotification(int assignmentID, TpChargingEventCriteria eventCriteria)
           
 void IpAccountManagerOperations.changeNotification(int assignmentID, TpChargingEventCriteria eventCriteria)
           
 void _IpAccountManagerStub.changeNotification(int assignmentID, TpChargingEventCriteria eventCriteria)
           
 int IpAccountManagerPOATie.createNotification(IpAppAccountManager appAccountManager, TpChargingEventCriteria chargingEventCriteria)
           
 int IpAccountManagerOperations.createNotification(IpAppAccountManager appAccountManager, TpChargingEventCriteria chargingEventCriteria)
           
 int _IpAccountManagerStub.createNotification(IpAppAccountManager appAccountManager, TpChargingEventCriteria chargingEventCriteria)
           
 int IpAccountManagerPOATie.queryBalanceReq(TpAddress[] users)
           
 int IpAccountManagerOperations.queryBalanceReq(TpAddress[] users)
           
 int _IpAccountManagerStub.queryBalanceReq(TpAddress[] users)
           
 int IpAccountManagerPOATie.retrieveTransactionHistoryReq(TpAddress user, TpTimeInterval transactionInterval)
           
 int IpAccountManagerOperations.retrieveTransactionHistoryReq(TpAddress user, TpTimeInterval transactionInterval)
           
 int _IpAccountManagerStub.retrieveTransactionHistoryReq(TpAddress user, TpTimeInterval transactionInterval)
           
 

Uses of P_UNKNOWN_SUBSCRIBER in org.csapi.mm.ul
 

Methods in org.csapi.mm.ul that throw P_UNKNOWN_SUBSCRIBER
 int IpTriggeredUserLocationPOATie.triggeredLocationReportingStartReq(IpAppTriggeredUserLocation appLocation, TpAddress[] users, TpLocationRequest request, TpLocationTrigger[] triggers)
           
 int IpTriggeredUserLocationOperations.triggeredLocationReportingStartReq(IpAppTriggeredUserLocation appLocation, TpAddress[] users, TpLocationRequest request, TpLocationTrigger[] triggers)
           
 int _IpTriggeredUserLocationStub.triggeredLocationReportingStartReq(IpAppTriggeredUserLocation appLocation, TpAddress[] users, TpLocationRequest request, TpLocationTrigger[] triggers)
           
 

Uses of P_UNKNOWN_SUBSCRIBER in org.csapi.mm.ulc
 

Methods in org.csapi.mm.ulc that throw P_UNKNOWN_SUBSCRIBER
 int IpUserLocationCamelPOATie.locationReportReq(IpAppUserLocationCamel appLocationCamel, TpAddress[] users)
           
 int IpUserLocationCamelOperations.locationReportReq(IpAppUserLocationCamel appLocationCamel, TpAddress[] users)
           
 int _IpUserLocationCamelStub.locationReportReq(IpAppUserLocationCamel appLocationCamel, TpAddress[] users)
           
 int IpUserLocationCamelPOATie.periodicLocationReportingStartReq(IpAppUserLocationCamel appLocationCamel, TpAddress[] users, int reportingInterval)
           
 int IpUserLocationCamelOperations.periodicLocationReportingStartReq(IpAppUserLocationCamel appLocationCamel, TpAddress[] users, int reportingInterval)
           
 int _IpUserLocationCamelStub.periodicLocationReportingStartReq(IpAppUserLocationCamel appLocationCamel, TpAddress[] users, int reportingInterval)
           
 int IpUserLocationCamelPOATie.triggeredLocationReportingStartReq(IpAppUserLocationCamel appLocationCamel, TpAddress[] users, TpLocationTriggerCamel trigger)
           
 int IpUserLocationCamelOperations.triggeredLocationReportingStartReq(IpAppUserLocationCamel appLocationCamel, TpAddress[] users, TpLocationTriggerCamel trigger)
           
 int _IpUserLocationCamelStub.triggeredLocationReportingStartReq(IpAppUserLocationCamel appLocationCamel, TpAddress[] users, TpLocationTriggerCamel trigger)
           
 

Uses of P_UNKNOWN_SUBSCRIBER in org.csapi.mm.ule
 

Methods in org.csapi.mm.ule that throw P_UNKNOWN_SUBSCRIBER
 int IpUserLocationEmergencyPOATie.emergencyLocationReportReq(IpAppUserLocationEmergency appEmergencyLocation, TpUserLocationEmergencyRequest request)
           
 int IpUserLocationEmergencyOperations.emergencyLocationReportReq(IpAppUserLocationEmergency appEmergencyLocation, TpUserLocationEmergencyRequest request)
           
 int _IpUserLocationEmergencyStub.emergencyLocationReportReq(IpAppUserLocationEmergency appEmergencyLocation, TpUserLocationEmergencyRequest request)
           
 

Uses of P_UNKNOWN_SUBSCRIBER in org.csapi.mm.us
 

Methods in org.csapi.mm.us that throw P_UNKNOWN_SUBSCRIBER
 int IpUserStatusPOATie.statusReportReq(IpAppUserStatus appStatus, TpAddress[] users)
           
 int IpUserStatusOperations.statusReportReq(IpAppUserStatus appStatus, TpAddress[] users)
           
 int _IpUserStatusStub.statusReportReq(IpAppUserStatus appStatus, TpAddress[] users)
           
 int IpUserStatusPOATie.triggeredStatusReportingStartReq(IpAppUserStatus appStatus, TpAddress[] users)
           
 int IpUserStatusOperations.triggeredStatusReportingStartReq(IpAppUserStatus appStatus, TpAddress[] users)
           
 int _IpUserStatusStub.triggeredStatusReportingStartReq(IpAppUserStatus appStatus, TpAddress[] users)
           
 

Uses of P_UNKNOWN_SUBSCRIBER in org.mobicents.csapi.jr.slee.am
 

Methods in org.mobicents.csapi.jr.slee.am that throw P_UNKNOWN_SUBSCRIBER
 void IpAccountManagerConnection.changeNotification(int assignmentID, TpChargingEventCriteria eventCriteria)
          This method is used by the application to change the event criteria introduced with createNotification.
 int IpAccountManagerConnection.createNotification(TpChargingEventCriteria chargingEventCriteria)
          This method is used by the application to enable charging event notifications to be sent to the application.
 int IpAccountManagerConnection.queryBalanceReq(TpAddress[] users)
          This method is used by the application to query the balance of an account for one or several users.
 int IpAccountManagerConnection.retrieveTransactionHistoryReq(TpAddress user, TpTimeInterval transactionInterval)
          This asynchronous method is used by the application to retrieve a transaction history of a subscriber's account.
 

Uses of P_UNKNOWN_SUBSCRIBER in org.mobicents.csapi.jr.slee.mm.ul
 

Methods in org.mobicents.csapi.jr.slee.mm.ul that throw P_UNKNOWN_SUBSCRIBER
 int IpTriggeredUserLocationConnection.triggeredLocationReportingStartReq(TpAddress[] users, TpLocationRequest request, TpLocationTrigger[] triggers)
          Request for user location reports when the location is changed (reports are triggered by location change).
 

Uses of P_UNKNOWN_SUBSCRIBER in org.mobicents.csapi.jr.slee.mm.ulc
 

Methods in org.mobicents.csapi.jr.slee.mm.ulc that throw P_UNKNOWN_SUBSCRIBER
 int IpUserLocationCamelConnection.locationReportReq(TpAddress[] users)
          Request for mobile-related location information on one or several camel users.
 int IpUserLocationCamelConnection.periodicLocationReportingStartReq(TpAddress[] users, int reportingInterval)
          Request for periodic mobile location reports on one or several users.
 int IpUserLocationCamelConnection.triggeredLocationReportingStartReq(TpAddress[] users, TpLocationTriggerCamel trigger)
          Request for user location reports, containing mobile related information, when the location is changed (the report is triggered by the location change).
 

Uses of P_UNKNOWN_SUBSCRIBER in org.mobicents.csapi.jr.slee.mm.ule
 

Methods in org.mobicents.csapi.jr.slee.mm.ule that throw P_UNKNOWN_SUBSCRIBER
 int IpUserLocationEmergencyConnection.emergencyLocationReportReq(TpUserLocationEmergencyRequest request)
          Request of report on the location for one user that is making an emergency call.
 

Uses of P_UNKNOWN_SUBSCRIBER in org.mobicents.csapi.jr.slee.mm.us
 

Methods in org.mobicents.csapi.jr.slee.mm.us that throw P_UNKNOWN_SUBSCRIBER
 int IpUserStatusConnection.statusReportReq(TpAddress[] users)
          Request for a report on the status of one or several users.
 int IpUserStatusConnection.triggeredStatusReportingStartReq(TpAddress[] users)
          Request for triggered status reports when one or several user's status is changed.
 



Copyright © 2009. All Rights Reserved.