Class DCTM.StringQueue

  • Enclosing class:
    DCTM

    protected static class DCTM.StringQueue
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean abort  
      protected boolean present  
      protected java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      StringQueue()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void abort()  
      void add​(java.lang.String value)  
      java.lang.String getNext()  
      • Methods inherited from class java.lang.Object

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

      • value

        protected java.lang.String value
      • present

        protected boolean present
      • abort

        protected boolean abort
    • Constructor Detail

      • StringQueue

        public StringQueue()
    • Method Detail

      • getNext

        public java.lang.String getNext()
                                 throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • add

        public void add​(java.lang.String value)
                 throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • abort

        public void abort()