Class NativeEventsWaitStrategy

  • All Implemented Interfaces:
    WaitStrategy, deltix.util.lang.Disposable, java.io.Closeable, java.lang.AutoCloseable

    public class NativeEventsWaitStrategy
    extends java.lang.Object
    implements WaitStrategy
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void signal()  
      void waitSignal()  
      • Methods inherited from class java.lang.Object

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

      • NativeEventsWaitStrategy

        public NativeEventsWaitStrategy​(java.lang.String name)
    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Specified by:
        close in interface deltix.util.lang.Disposable