- All Implemented Interfaces:
Runnable
public class LongRunningBackgroundThreads
extends Object
implements Runnable
Test case which launched several threads and lets them run for 30 seconds.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LongRunningBackgroundThreads
public LongRunningBackgroundThreads()
-
Method Details
-
run
public void run()
- Specified by:
run
in interface Runnable
-
main
public static void main(String[] args)