Class TestCkjmRunnable

java.lang.Object
com.STIW3054.A191.Ckjm.TestCkjmRunnable
All Implemented Interfaces:
java.lang.Runnable

public class TestCkjmRunnable
extends java.lang.Object
implements java.lang.Runnable
  • Constructor Summary

    Constructors 
    Constructor Description
    TestCkjmRunnable​(java.lang.String RepoName, java.lang.String MatricNo, java.util.concurrent.CountDownLatch Latch, int TotalLatch, java.util.ArrayList<java.lang.String> UnknownMatricNo, java.io.PrintStream Console)  
  • Method Summary

    Modifier and Type Method Description
    void run()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TestCkjmRunnable

      public TestCkjmRunnable​(java.lang.String RepoName, java.lang.String MatricNo, java.util.concurrent.CountDownLatch Latch, int TotalLatch, java.util.ArrayList<java.lang.String> UnknownMatricNo, java.io.PrintStream Console)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface java.lang.Runnable