Class StatusIndicatorReader

  • Direct Known Subclasses:
    StatusIndicator

    public abstract class StatusIndicatorReader
    extends java.lang.Object
    Reads the value of a counter to indicate current status and what abstraction should be taken.
    See Also:
    CountersReader
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract long getVolatile()
      Get the current status indication of a component with volatile semantics.
      abstract int id()
      Identifier for this status indicator.
      • Methods inherited from class java.lang.Object

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

      • StatusIndicatorReader

        public StatusIndicatorReader()
    • Method Detail

      • id

        public abstract int id()
        Identifier for this status indicator.
        Returns:
        the identifier for this status indicator.
      • getVolatile

        public abstract long getVolatile()
        Get the current status indication of a component with volatile semantics.
        Returns:
        the current status indication of a component with volatile semantics.