Class ComponentManagerWorker

java.lang.Object
io.openems.common.worker.AbstractWorker
io.openems.edge.core.componentmanager.ComponentManagerWorker
All Implemented Interfaces:
org.osgi.service.cm.ConfigurationListener
Direct Known Subclasses:
DefaultConfigurationWorker, EdgeConfigWorker, OsgiValidateWorker, OutOfMemoryHeapDumpWorker

public abstract class ComponentManagerWorker extends AbstractWorker implements org.osgi.service.cm.ConfigurationListener
  • Field Details

  • Constructor Details

  • Method Details

    • debugLog

      public String debugLog()
      Gets some output that is suitable for a continuous Debug log. Returns 'null' by default which causes no output.
      Returns:
      the debug log output
    • configurationEvent

      public void configurationEvent(org.osgi.service.cm.ConfigurationEvent event)
      Specified by:
      configurationEvent in interface org.osgi.service.cm.ConfigurationListener