Class NotifyWaitStrategy

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

    public class NotifyWaitStrategy
    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

      • NotifyWaitStrategy

        public NotifyWaitStrategy()
    • Method Detail

      • waitSignal

        public void waitSignal()
                        throws java.lang.InterruptedException
        Specified by:
        waitSignal in interface WaitStrategy
        Throws:
        java.lang.InterruptedException
      • 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