Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • waits

        protected static IBlockingQueue<jadex.commons.concurrent.MultiThreadTest.ExecutionThread> waits
        The waiting pool.
    • Constructor Detail

      • MultiThreadTest

        public MultiThreadTest()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Main for testing.