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

Packages that use UnauthorisedParameterValueException
org.csapi.jr.se.cc.mpccs Contains the Parlay Multi-Party Call Control Service (MPCCS) interfaces. 
org.csapi.jr.se.fw.fw_application.integrity Contains the Parlay Framework-to-Application Iintegrity Management interfaces. 
org.csapi.jr.se.fw.fw_service.integrity Contains the Parlay Framework-to-Service Integrity Management interfaces. 
 

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

Methods in org.csapi.jr.se.cc.mpccs that throw UnauthorisedParameterValueException
 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.
 

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

Methods in org.csapi.jr.se.fw.fw_application.integrity that throw UnauthorisedParameterValueException
 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 UnauthorisedParameterValueException in org.csapi.jr.se.fw.fw_service.integrity
 

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