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

Packages that use InvalidAssignmentIdException
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 InvalidAssignmentIdException in org.csapi.jr.se.fw.fw_application.notification
 

Methods in org.csapi.jr.se.fw.fw_application.notification that throw InvalidAssignmentIdException
 void EventNotification.destroyNotification(int assignmentID)
          This method is used by the application to delete generic notifications from the framework.
 

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

Methods in org.csapi.jr.se.fw.fw_service.notification that throw InvalidAssignmentIdException
 void FwEventNotification.destroyNotification(int assignmentID)
          This method is used by the service to delete generic notifications from the framework.
 void SvcEventNotification.reportNotification(org.csapi.jr.se.fw.FwEventInfo eventInfo, int assignmentID)
          This method notifies the service of the arrival of a generic event.