Package org.tanukisoftware.wrapper.test
Class LongRunningBackgroundThreads
- java.lang.Object
-
- org.tanukisoftware.wrapper.test.LongRunningBackgroundThreads
-
- All Implemented Interfaces:
java.lang.Runnable
public class LongRunningBackgroundThreads extends java.lang.Object implements java.lang.Runnable
Test case which launched several threads and lets them run for 30 seconds.
-
-
Constructor Summary
Constructors Constructor Description LongRunningBackgroundThreads()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
void
run()
-