Interface AttributeHolder

    • Method Detail

      • getAttribute

        CipAttribute getAttribute​(int attr)
        Classes and class instances implement this interface, which indicates that this object contains attributes that can be retrieved by number.
        Parameters:
        attr - The attribute number to retrieve, 1-65535.
        Returns:
        The attribute object or null if it doesn't exist
      • executor

        java.util.concurrent.ExecutorService executor()
      • getDisplayName

        java.lang.String getDisplayName()
      • isShutdown

        boolean isShutdown()
      • logger

        org.slf4j.Logger logger()
      • scheduler

        java.util.concurrent.ScheduledExecutorService scheduler()
      • shutdown

        void shutdown()