| 
 | 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 DiagEngine
Models the Diagnostics Engine.
 The diagnostics engine is itself a simple command execution engine
 that can run one or more DiagCmd objects after it
 has been initialized.
 
 Commands that the diagnostics engine can run include:
 
DiagCmdRunTests - to run one or more tests
  DiagCmdGetTestRun - to get the status of a run
  DiagCmdGetTestExec - to get the status of an execution
  DiagCmdLoadTest - to load a test definition
  
| Method Summary | ||
|---|---|---|
|  void | cleanup()Cleans up any state associated with the engine. | |
|  void | init(NameValueList pInitParams)Initializes the diagnostics engine with the given list of initialization parameters. | |
| 
 | runCmd(DiagCmd<T> cmd)Runs the given command | |
| Method Detail | 
|---|
void init(NameValueList pInitParams)
<T> T runCmd(DiagCmd<T> cmd)
cmd - command to be run
void cleanup()
| 
 | 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 | |||||||||