Interface ConcurrentBook<COOKIE>

  • All Superinterfaces:
    Book<COOKIE>, deltix.util.lang.CookieContainer<COOKIE>, deltix.qsrv.hf.pub.InstrumentIdentity
    All Known Implementing Classes:
    DefaultBook

    public interface ConcurrentBook<COOKIE>
    extends Book<COOKIE>
    • Method Detail

      • lock

        void lock()
           throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • unlock

        void unlock()