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

Packages that use ServiceNotEnabledException
org.csapi.jr.se.fw.fw_application.integrity Contains the Parlay Framework-to-Application Iintegrity Management interfaces. 
 

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

Methods in org.csapi.jr.se.fw.fw_application.integrity that throw ServiceNotEnabledException
 void LoadManager.queryLoadReq(java.lang.String[] serviceIDs, org.csapi.jr.se.TimeInterval timeInterval)
          Deprecated.  
 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.