wt.introspection
Class ThreadTest

java.lang.Object
  extended bywt.introspection.ThreadTest
All Implemented Interfaces:
Runnable

public class ThreadTest
extends Object
implements Runnable

This type...

Supported API: false


Field Summary
private  String[] args
           
 
Constructor Summary
ThreadTest(String classname, String printReport, String instance, String[] cmd_args)
           
 
Method Summary
static void main(String[] args)
          Starts the application.
 void run()
          run method comment.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

args

private String[] args
Constructor Detail

ThreadTest

public ThreadTest(String classname,
                  String printReport,
                  String instance,
                  String[] cmd_args)
Method Detail

main

public static void main(String[] args)
Starts the application.

Parameters:
args - an array of command-line arguments

run

public void run()
run method comment.

Specified by:
run in interface Runnable