Uses of Class
org.csapi.jr.se.fw.InvalidServiceIdException

Packages that use InvalidServiceIdException
org.csapi.jr.se.fw.fw_application.integrity Contains the Parlay Framework-to-Application Iintegrity Management interfaces. 
org.csapi.jr.se.fw.fw_application.service_agreement Contains the Parlay Framework-to-Application Service Agreement Management interfaces. 
org.csapi.jr.se.fw.fw_service.integrity Contains the Parlay Framework-to-Service Integrity Management interfaces. 
 

Uses of InvalidServiceIdException in org.csapi.jr.se.fw.fw_application.integrity
 

Methods in org.csapi.jr.se.fw.fw_application.integrity that throw InvalidServiceIdException
 void FaultManager.activityTestReq(int activityTestID, java.lang.String svcID)
          The application invokes this method to test that the framework or its instance of a service is operational.
 void FaultManager.svcUnavailableInd(java.lang.String serviceID)
          This method is used by the client application to inform the framework that it can no longer use its instance of the indicated service (either due to a failure in the client application or in the service instance itself).
 void FaultManager.genFaultStatsRecordReq(org.csapi.jr.se.TimeInterval timePeriod, java.lang.String[] serviceIDs)
          Deprecated.  
 void FaultManager.generateFaultStatisticsRecordReq(int faultStatsReqID, org.csapi.jr.se.TimeInterval timePeriod, java.lang.String[] serviceIDs)
          This method is used by the application to solicit fault statistics from the framework.
 void LoadManager.queryLoadReq(java.lang.String[] serviceIDs, org.csapi.jr.se.TimeInterval timeInterval)
          Deprecated.  
 void LoadManager.createLoadLevelNotification(java.lang.String[] serviceIDs)
          The client application uses this method to register to receive notifications of load level changes associated with either the framework or with its instances of the individual services used by the application.
 void LoadManager.destroyLoadLevelNotification(java.lang.String[] serviceIDs)
          The client application uses this method to unregister for notifications of load level changes associated with either the framework or with its instances of the individual services used by the application.
 void LoadManager.resumeNotification(java.lang.String[] serviceIDs)
          The client application uses this method to request the framework to resume sending it load management notifications associated with either the framework or with its instances of the individual services used by the application; for example after a period of suspension during which the application handled a temporary overload condition.
 void LoadManager.suspendNotification(java.lang.String[] serviceIDs)
          The client application uses this method to request the framework to suspend sending it load management notifications associated with either the framework or with its instances of the individual services used by the application; for example while the application handles a temporary overload condition.
 void LoadManager.queryLoadStatsReq(int loadStatsReqID, java.lang.String[] serviceIDs, org.csapi.jr.se.TimeInterval timeInterval)
          The client application uses this method to request the framework to provide load statistic records for the framework or for its instances of the individual services.
 

Uses of InvalidServiceIdException in org.csapi.jr.se.fw.fw_application.service_agreement
 

Methods in org.csapi.jr.se.fw.fw_application.service_agreement that throw InvalidServiceIdException
 java.lang.String ServiceAgreementManagement.selectService(java.lang.String serviceID)
          This method is used by the client application to identify the service that the client application wishes to use.
 

Uses of InvalidServiceIdException in org.csapi.jr.se.fw.fw_service.integrity
 

Methods in org.csapi.jr.se.fw.fw_service.integrity that throw InvalidServiceIdException
 void SvcFaultManager.genFaultStatsRecordReq(org.csapi.jr.se.TimeInterval timePeriod, java.lang.String[] serviceIDs)
          Deprecated.