Class ThreadTest


  • public class ThreadTest
    extends java.lang.Object
    This test class shows how the thread based scheduler works. The main thread represents the scheduler and schedules thread randomly.
    • Constructor Summary

      Constructors 
      Constructor Description
      ThreadTest()
      Create a new thread test.
    • 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
    • Constructor Detail

      • ThreadTest

        public ThreadTest()
        Create a new thread test.
    • Method Detail

      • main

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