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