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

E22565-02

oracle.apps.fnd.appltest.diagfwk.engine.impl
Class DiagEngineImpl

java.lang.Object
  extended by oracle.apps.fnd.appltest.diagfwk.engine.impl.DiagEngineImpl
All Implemented Interfaces:
DiagEngine

public class DiagEngineImpl
extends java.lang.Object
implements DiagEngine

Implementation of the Diagnostics Engine


Constructor Summary
DiagEngineImpl()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiagEngineImpl

public DiagEngineImpl()
Method Detail

init

public void init(NameValueList pInitParams)
Description copied from interface: DiagEngine
Initializes the diagnostics engine with the given list of initialization parameters.

Specified by:
init in interface DiagEngine

runCmd

public <T> T runCmd(DiagCmd<T> cmd)
Description copied from interface: DiagEngine
Runs the given command

Specified by:
runCmd in interface DiagEngine
Parameters:
cmd - command to be run
Returns:
a specific object based on the command that was run.

cleanup

public void cleanup()
Description copied from interface: DiagEngine
Cleans up any state associated with the engine.

Specified by:
cleanup in interface DiagEngine

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

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.