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

Packages that use InvalidEventTypeException
org.csapi.jr.se.am Contains the Parlay Account Management (AM) data types and interfaces. 
org.csapi.jr.se.cc.gccs Contains the Parlay Generic Call Control Service (GCCS) interfaces and classes. 
org.csapi.jr.se.cc.mmccs Contains the Parlay Multi-Media Call Control Service (MMCCS) interfaces. 
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.fw.fw_application.notification Contains the Parlay Framework-to-Application Event Notification interfaces. 
org.csapi.jr.se.fw.fw_service.notification Contains the Parlay Framework-to-Service Event Notification interfaces. 
 

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

Methods in org.csapi.jr.se.am that throw InvalidEventTypeException
 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 InvalidEventTypeException in org.csapi.jr.se.cc.gccs
 

Methods in org.csapi.jr.se.cc.gccs that throw InvalidEventTypeException
 void CallNotification.enableCallNotification(org.csapi.jr.se.cc.gccs.CallEventCriteria eventCriteria)
          Invokes the enableCallNotification() method on the Parlay Gateway.
 void CallNotification.changeCallNotification(org.csapi.jr.se.cc.gccs.CallEventCriteria eventCriteria)
          Invokes the changeCallNotification() 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 InvalidEventTypeException in org.csapi.jr.se.cc.mmccs
 

Methods in org.csapi.jr.se.cc.mmccs that throw InvalidEventTypeException
 void MediaNotification.createMediaNotification(org.csapi.jr.se.cc.mmccs.NotificationMediaRequest notificationMediaRequest)
          Invokes the createMediaNotification() method on the Parlay Gateway.
 void MediaNotification.changeMediaNotification(org.csapi.jr.se.cc.mmccs.NotificationMediaRequest notificationMediaRequest)
          Invokes the changeMediaNotification() method on the Parlay Gateway.
 void MultiMediaCallLeg.mediaStreamMonitorReq(org.csapi.jr.se.cc.mmccs.MediaStreamRequest[] mediaStreamEventCriteria)
          Invokes the mediaStreamMonitorReq() method on the Parlay Gateway.
 

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

Methods in org.csapi.jr.se.cc.mpccs that throw InvalidEventTypeException
 void CallLeg.eventReportReq(org.csapi.jr.se.cc.CallEventRequest[] eventsRequested)
          Invokes the eventReportReq() method on the Parlay Gateway.
 void Notification.createNotification(org.csapi.jr.se.cc.CallNotificationRequest notificationRequest)
          Invokes the createNotification() method on the Parlay Gateway.
 void Notification.changeNotification(org.csapi.jr.se.cc.CallNotificationRequest notificationRequest)
          Invokes the changeNotification() 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 InvalidEventTypeException in org.csapi.jr.se.dsc
 

Methods in org.csapi.jr.se.dsc that throw InvalidEventTypeException
 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.changeNotification(org.csapi.jr.se.dsc.DataSessionEventCriteria eventCriteria)
          Invokes the changeNotification() method on the Parlay Gateway.
 

Uses of InvalidEventTypeException in org.csapi.jr.se.fw.fw_application.notification
 

Methods in org.csapi.jr.se.fw.fw_application.notification that throw InvalidEventTypeException
 int EventNotification.createNotification(org.csapi.jr.se.fw.FwEventCriteria eventCriteria)
          This method is used to enable generic notifications so that events can be sent to the application.
 

Uses of InvalidEventTypeException in org.csapi.jr.se.fw.fw_service.notification
 

Methods in org.csapi.jr.se.fw.fw_service.notification that throw InvalidEventTypeException
 int FwEventNotification.createNotification(org.csapi.jr.se.fw.FwEventCriteria eventCriteria)
          This method is used to install generic notifications so that events can be sent to the service.