Class AbstractComponent

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String nodeName()
      Returns the nodes name from the settings or the empty string if not set.
      • Methods inherited from class java.lang.Object

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

      • logger

        protected final org.apache.logging.log4j.Logger logger
      • settings

        protected final Settings settings
    • Constructor Detail

      • AbstractComponent

        public AbstractComponent​(Settings settings)
    • Method Detail

      • nodeName

        public final java.lang.String nodeName()
        Returns the nodes name from the settings or the empty string if not set.