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

E22565-02

oracle.apps.fnd.appltest.diagfwk.engine
Class DiagRunnable

java.lang.Object
  extended by oracle.apps.fnd.appltest.diagfwk.engine.DiagRunnable
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
DiagCmdRunTests.CmdExecutor, TestMonitor, TestRunner

public abstract class DiagRunnable
extends java.lang.Object
implements java.lang.Runnable

A base class for any diagnostic related runnable classes. Provides basic facility for DMS execution context propagation that can be reused by any diagnostic engine thread.

Since:
release specific (what release of product did this appear in)
Version:
$Header: atgpf/appltest/applications/Diagnostics/Engine/src/oracle/apps/fnd/appltest/diagfwk/engine/DiagRunnable.java /main/1 2009/05/07 17:57:21 ppradhan Exp $
Author:
ppradhan

Field Summary
protected  java.lang.Object mECKey
          A key used for stashing away the execution context
 
Constructor Summary
protected DiagRunnable()
           
 
Method Summary
protected abstract  void doRun()
          Perform any task specific to the runnable thread.
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mECKey

protected java.lang.Object mECKey
A key used for stashing away the execution context

Constructor Detail

DiagRunnable

protected DiagRunnable()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

doRun

protected abstract void doRun()
Perform any task specific to the runnable thread.


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

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.