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

Packages that use InvalidNetworkStateException
org.csapi.jr.se.cc.gccs Contains the Parlay Generic Call Control Service (GCCS) interfaces and classes. 
org.csapi.jr.se.cc.mpccs Contains the Parlay Multi-Party Call Control Service (MPCCS) interfaces. 
org.csapi.jr.se.dsc Contains the Parlay Data Session Control data types and interfaces. 
org.csapi.jr.se.ui Contains the Parlay Generic User Interaction interfaces and classes. 
 

Uses of InvalidNetworkStateException in org.csapi.jr.se.cc.gccs
 

Methods in org.csapi.jr.se.cc.gccs that throw InvalidNetworkStateException
 void Call.release(org.csapi.jr.se.cc.gccs.CallReleaseCause cause)
          Invokes the release() method on the Parlay Gateway.
 void Route.routeReq(org.csapi.jr.se.cc.gccs.CallReportRequest[] responseRequested, org.csapi.jr.se.Address targetAddress, org.csapi.jr.se.Address originatingAddress, org.csapi.jr.se.Address originalDestinationAddress, org.csapi.jr.se.Address redirectingAddress, org.csapi.jr.se.cc.gccs.CallAppInfo[] appInfo)
          Invokes the routeReq() method on the Parlay Gateway.
 

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

Methods in org.csapi.jr.se.cc.mpccs that throw InvalidNetworkStateException
 void CallLeg.routeReq(org.csapi.jr.se.Address targetAddress, org.csapi.jr.se.Address originatingAddress, org.csapi.jr.se.cc.CallAppInfo[] appInfo, org.csapi.jr.se.cc.CallLegConnectionProperties connectionProperties)
          Invokes the routeReq() method on the Parlay Gateway.
 void CallLeg.release(org.csapi.jr.se.cc.ReleaseCause cause)
          Invokes the release() method on the Parlay Gateway.
 void CallLeg.attachMediaReq()
          Invokes the attachMediaReq() method on the Parlay Gateway.
 void CallLeg.detachMediaReq()
          Invokes the detachMediaReq() method on the Parlay Gateway.
 void CallLeg.continueProcessing()
          Invokes the continueProcessing() method on the Parlay Gateway.
 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.
 void MultiPartyCall.release(org.csapi.jr.se.cc.ReleaseCause cause)
          Invokes the release() method on the Parlay Gateway.
 org.csapi.jr.se.cc.mpccs.CallLeg MultiPartyCall.createAndRouteCallLegReq(org.csapi.jr.se.cc.CallEventRequest[] eventsRequested, org.csapi.jr.se.Address targetAddress, org.csapi.jr.se.Address originatingAddress, org.csapi.jr.se.cc.CallAppInfo[] appInfo)
          Invokes the createAndRouteCallLegReq() method on the Parlay Gateway and returns a reference to a transient interface.
 

Uses of InvalidNetworkStateException in org.csapi.jr.se.dsc
 

Methods in org.csapi.jr.se.dsc that throw InvalidNetworkStateException
 org.csapi.jr.se.dsc.DataSessionEventCriteria DataSessionControlManager.getNotification()
          Invokes the getNotification() method on the Parlay Gateway.
 org.csapi.jr.se.dsc.DataSessionEventCriteriaResult[] DataSessionControlManager.getNotifications()
          Invokes the getNotifications() method on the Parlay Gateway.
 void Notifications.createNotifications(org.csapi.jr.se.dsc.DataSessionEventCriteria eventCriteria)
          Invokes the createNotifications() method on the Parlay Gateway.
 void Notification.createNotification(org.csapi.jr.se.dsc.DataSessionEventCriteria eventCriteria)
          Invokes the createNotification() method on the Parlay Gateway.
 void Notification.destroyNotification()
          Invokes the destroyNotification() method on the Parlay Gateway.
 void Notification.changeNotification(org.csapi.jr.se.dsc.DataSessionEventCriteria eventCriteria)
          Invokes the changeNotification() method on the Parlay Gateway.
 void DataSession.release(org.csapi.jr.se.dsc.DataSessionReleaseCause cause)
          Invokes the release() method on the Parlay Gateway.
 void DataSession.superviseDataSessionReq(int treatment, org.csapi.jr.se.dsc.DataSessionSuperviseVolume bytes)
          Invokes the superviseDataSessionReq() method on the Parlay Gateway.
 void DataSession.setDataSessionChargePlan(org.csapi.jr.se.dsc.DataSessionChargePlan dataSessionChargePlan)
          Invokes the setDataSessionChargePlan() method on the Parlay Gateway.
 void DataSession.setAdviceOfCharge(org.csapi.jr.se.AoCInfo aoCInfo, int tariffSwitch)
          Invokes the setAdviceOfCharge() method on the Parlay Gateway.
 void DataSession.continueProcessing()
          Invokes the continueProcessing() method on the Parlay Gateway.
 void Connect.connectReq(org.csapi.jr.se.dsc.DataSessionReportRequest[] responseRequested, org.csapi.jr.se.Address targetAddress)
          Invokes the connectReq() method on the Parlay Gateway.
 

Uses of InvalidNetworkStateException in org.csapi.jr.se.ui
 

Methods in org.csapi.jr.se.ui that throw InvalidNetworkStateException
 org.csapi.jr.se.ui.UI UIManager.createUI(org.csapi.jr.se.Address userAddress)
          Invokes the createUI() method on the Parlay Gateway and returns a reference to a transient interface.
 org.csapi.jr.se.ui.UICall UIManager.createUICall(org.csapi.jr.se.ui.UITargetObject uiTargetObject)
          Invokes the createUICall() method on the Parlay Gateway and returns a reference to a transient interface.
 void UI.setOriginatingAddress(java.lang.String origin)
          Invokes the setOriginatingAddress() method on the Parlay Gateway.
 java.lang.String UI.getOriginatingAddress()
          Invokes the getOriginatingAddress() method on the Parlay Gateway.
 void SendInfo.sendInfoReq(org.csapi.jr.se.ui.UIInfo info, java.lang.String language, org.csapi.jr.se.ui.UIVariableInfo[] variableInfo, int repeatIndicator, int responseRequested)
          Invokes the sendInfoReq() method on the Parlay Gateway.
 void SendInfoAndCollect.sendInfoAndCollectReq(org.csapi.jr.se.ui.UIInfo info, java.lang.String language, org.csapi.jr.se.ui.UIVariableInfo[] variableInfo, org.csapi.jr.se.ui.UICollectCriteria criteria, int responseRequested)
          Invokes the sendInfoAndCollectReq() method on the Parlay Gateway.
 void GetMessage.getMessageReq(int messageID)
          Invokes the getMessageReq() method on the Parlay Gateway.
 void RecordMessage.recordMessageReq(org.csapi.jr.se.ui.UIInfo info, org.csapi.jr.se.ui.UIMessageCriteria criteria)
          Invokes the recordMessageReq() method on the Parlay Gateway.
 void AdminRelatedGetMessage.getMessageReq(int messageID)
          Invokes the getMessageReq() method on the Parlay Gateway.
 void CallRelatedSendInfoAndCollect.sendInfoAndCollectReq(org.csapi.jr.se.ui.UIInfo info, java.lang.String language, org.csapi.jr.se.ui.UIVariableInfo[] variableInfo, org.csapi.jr.se.ui.UICollectCriteria criteria, int responseRequested)
          This asynchronous method plays an announcement or sends other information to the user and collects some information from the user.
 void CallRelatedSendInfo.sendInfoReq(org.csapi.jr.se.ui.UIInfo info, java.lang.String language, org.csapi.jr.se.ui.UIVariableInfo[] variableInfo, int repeatIndicator, int responseRequested)
          This asynchronous method plays an announcement or sends other information to the user.