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

Packages that use InformationNotAvailableException
org.csapi.jr.se.cc.mpccs Contains the Parlay Multi-Party Call Control Service (MPCCS) 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. 
org.csapi.jr.se.termcap Contains the Parlay Terminal Capabilities data types and interfaces. 
 

Uses of InformationNotAvailableException in org.csapi.jr.se.cc.mpccs
 

Methods in org.csapi.jr.se.cc.mpccs that throw InformationNotAvailableException
 org.csapi.jr.se.cc.CallLegProperty[] CallLeg.getProperties(java.lang.String[] propertyNames)
          Invokes the getProperties() method on the Parlay Gateway.
 void CallLeg.setProperties(org.csapi.jr.se.cc.CallLegProperty[] properties)
          Invokes the setProperties() method on the Parlay Gateway.
 

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

Methods in org.csapi.jr.se.mm.ul that throw InformationNotAvailableException
 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, org.csapi.jr.se.mm.LocationRequest request, int reportingInterval)
          Invokes the periodicLocationReportingStartReq() method on the Parlay Gateway.
 void ExtendedLocationReport.extendedLocationReportReq(org.csapi.jr.se.Address[] users, org.csapi.jr.se.mm.LocationRequest request)
          Invokes the extendedLocationReportReq() method on the Parlay Gateway.
 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 InformationNotAvailableException in org.csapi.jr.se.mm.ulc
 

Methods in org.csapi.jr.se.mm.ulc that throw InformationNotAvailableException
 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 InformationNotAvailableException in org.csapi.jr.se.mm.us
 

Methods in org.csapi.jr.se.mm.us that throw InformationNotAvailableException
 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.
 

Uses of InformationNotAvailableException in org.csapi.jr.se.termcap
 

Methods in org.csapi.jr.se.termcap that throw InformationNotAvailableException
 void TriggeredTerminalCapability.triggeredTerminalCapabilityStartReq(org.csapi.jr.se.Address[] terminals, org.csapi.jr.se.termcap.TerminalCapabilityScope capabilityScope, int criteria)
          Invokes the triggeredTerminalCapabilityStartReq() method on the Parlay Gateway.