wt.introspection
Class ThreadTest
java.lang.Object
wt.introspection.ThreadTest
- All Implemented Interfaces:
- Runnable
- public class ThreadTest
- extends Object
- implements Runnable
This type...
Supported API: false
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 |
args
private String[] args
ThreadTest
public ThreadTest(String classname,
String printReport,
String instance,
String[] cmd_args)
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