|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidActivityTestIdException | |
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 InvalidActivityTestIdException in org.csapi.jr.se.fw.fw_application.integrity |
Methods in org.csapi.jr.se.fw.fw_application.integrity that throw InvalidActivityTestIdException | |
void |
FaultManager.appActivityTestRes(int activityTestID,
java.lang.String activityTestResult)
The client application uses this method to return the result of a framework-requested activity test. |
void |
FaultManager.appActivityTestErr(int activityTestID)
The client application uses this method to indicate that an error occurred during a framework-requested activity test. |
Uses of InvalidActivityTestIdException in org.csapi.jr.se.fw.fw_service.integrity |
Methods in org.csapi.jr.se.fw.fw_service.integrity that throw InvalidActivityTestIdException | |
void |
FwFaultManager.svcActivityTestRes(int activityTestID,
java.lang.String activityTestResult)
The service instance uses this method to return the result of a framework-requested activity test. |
void |
FwFaultManager.svcActivityTestErr(int activityTestID)
The service instance uses this method to indicate that an error occurred during a framework-requested activity test. |
void |
SvcFaultManager.activityTestRes(int activityTestID,
java.lang.String activityTestResult)
The framework uses this method to return the result of a service-requested activity test. |
void |
SvcFaultManager.activityTestErr(int activityTestID)
The framework uses this method to indicate that an error occurred during a service-requested activity test. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |