Oracle Fusion Middleware extensions for Logging and Diagnostics
11g Release 1 (11.1.2)

E22565-02

oracle.apps.fnd.appltest.diagfwk.engine
Interface DiagEngine

All Known Implementing Classes:
DiagEngineImpl

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:


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.
<T> T
runCmd(DiagCmd<T> cmd)
          Runs the given command
 

Method Detail

init

void init(NameValueList pInitParams)
Initializes the diagnostics engine with the given list of initialization parameters.


runCmd

<T> T runCmd(DiagCmd<T> cmd)
Runs the given command

Parameters:
cmd - command to be run
Returns:
a specific object based on the command that was run.

cleanup

void cleanup()
Cleans up any state associated with the engine.


Oracle Fusion Middleware extensions for Logging and Diagnostics
11g Release 1 (11.1.2)

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.