Class BaseUIMAAsynchronousEngineCommon_impl.ThreadMonitor

    • Constructor Summary

      Constructors 
      Constructor Description
      ThreadMonitor​(long aThreadId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.Semaphore getMonitor()  
      long getThreadId()  
      • Methods inherited from class java.lang.Object

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

      • ThreadMonitor

        public ThreadMonitor​(long aThreadId)
    • Method Detail

      • getThreadId

        public long getThreadId()
      • getMonitor

        public java.util.concurrent.Semaphore getMonitor()