Class StreamState


  • public class StreamState
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean get​(int property)  
      void monitor​(int property)  
      void notifyLocks()  
      void reset​(int property)  
      void set​(boolean state)  
      boolean set​(int property)  
      void setNotify​(int property)  
      void wait​(int property)  
      • Methods inherited from class java.lang.Object

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

      • StreamState

        public StreamState​(boolean state)
      • StreamState

        public StreamState()
    • Method Detail

      • set

        public void set​(boolean state)
      • reset

        public void reset​(int property)
      • set

        public boolean set​(int property)
      • setNotify

        public void setNotify​(int property)
      • notifyLocks

        public void notifyLocks()
      • wait

        public void wait​(int property)
                  throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • get

        public boolean get​(int property)
      • monitor

        public void monitor​(int property)