Package jadex.concurrent
Class MultiThreadTest
java.lang.Object
jadex.concurrent.MultiThreadTest
This test class shows how the thread based scheduler works.
The main thread represents the scheduler and schedules thread
randomly.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static jadex.collection.IBlockingQueue
<jadex.concurrent.MultiThreadTest.ExecutionThread> The waiting pool. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
waits
protected static jadex.collection.IBlockingQueue<jadex.concurrent.MultiThreadTest.ExecutionThread> waitsThe waiting pool.
-
-
Constructor Details
-
MultiThreadTest
public MultiThreadTest()
-
-
Method Details
-
main
Main for testing.
-