| 
 | Oracle Fusion Middleware extensions for Logging and Diagnostic 11g Release 1 (11.1.1.6) E22565-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DiagContext
Models the execution context for a single text. A diagnostic test can use this context in order to get its inputs, to set its outputs and also to get a handle on the current report in order to log its results.
| Method Summary | |
|---|---|
|  void | addOutputParam(java.lang.String pParamName,
               java.lang.Object pParamValue)Sets the value of the given output parameter for this test. | 
|  java.sql.Connection | getConnection()Returns a Connection to the Applications database | 
|  java.lang.Object | getInputParam(java.lang.String pParamName)Returns the value of the given input parameter for this test step. | 
|  java.util.List<java.lang.String> | getInputParamNames()Returns the list of names of input parameters that are available for the current test step. | 
|  StepReport | getStepReport()Returns the report for the current step | 
|  TestReport | getTestReport()Returns the overall report for the current test | 
| Method Detail | 
|---|
java.lang.Object getInputParam(java.lang.String pParamName)
pParamName - the name of the input parameter
java.util.List<java.lang.String> getInputParamNames()
void addOutputParam(java.lang.String pParamName,
                    java.lang.Object pParamValue)
pParamName - the name of the output parameterpParamValue - the value for the output parameter.TestReport getTestReport()
StepReport getStepReport()
java.sql.Connection getConnection()
| 
 | Oracle Fusion Middleware extensions for Logging and Diagnostic 11g Release 1 (11.1.1.6) E22565-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||