Class StatusIndicator

    • Constructor Summary

      Constructors 
      Constructor Description
      StatusIndicator()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void setOrdered​(long value)
      Sets the current status indication of the component with ordered atomic memory semantics.
      • Methods inherited from class java.lang.Object

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

      • StatusIndicator

        public StatusIndicator()
    • Method Detail

      • setOrdered

        public abstract void setOrdered​(long value)
        Sets the current status indication of the component with ordered atomic memory semantics.
        Parameters:
        value - the current status indication of the component.