Package jadex.commons.concurrent
Class MultiThreadTest
- java.lang.Object
-
- jadex.commons.concurrent.MultiThreadTest
-
public class MultiThreadTest extends java.lang.Object
This test class shows how the thread based scheduler works. The main thread represents the scheduler and schedules thread randomly.
-
-
Field Summary
Fields Modifier and Type Field Description protected static IBlockingQueue<jadex.commons.concurrent.MultiThreadTest.ExecutionThread>
waits
The waiting pool.
-
Constructor Summary
Constructors Constructor Description MultiThreadTest()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Main for testing.
-
-
-
Field Detail
-
waits
protected static IBlockingQueue<jadex.commons.concurrent.MultiThreadTest.ExecutionThread> waits
The waiting pool.
-
-