Class DsRootCauseAnalyzer
- java.lang.Object
-
- org.apache.felix.hc.generalchecks.scrutil.DsRootCauseAnalyzer
-
public class DsRootCauseAnalyzer extends Object
Minimal bridge to root cause in order to allow making that dependency optional.
-
-
Constructor Summary
Constructors Constructor Description DsRootCauseAnalyzer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
activate()
void
logMissingService(org.apache.felix.hc.api.FormattingResultLog log, String missingServiceName, Collection<org.osgi.service.component.runtime.dto.ComponentDescriptionDTO> componentDescriptionDTOs)
void
logNotEnabledComponent(org.apache.felix.hc.api.FormattingResultLog log, org.osgi.service.component.runtime.dto.ComponentDescriptionDTO desc, Collection<org.osgi.service.component.runtime.dto.ComponentDescriptionDTO> componentDescriptionDTOs)
-
-
-
Method Detail
-
activate
public void activate() throws InterruptedException
- Throws:
InterruptedException
-
logMissingService
public void logMissingService(org.apache.felix.hc.api.FormattingResultLog log, String missingServiceName, Collection<org.osgi.service.component.runtime.dto.ComponentDescriptionDTO> componentDescriptionDTOs)
-
logNotEnabledComponent
public void logNotEnabledComponent(org.apache.felix.hc.api.FormattingResultLog log, org.osgi.service.component.runtime.dto.ComponentDescriptionDTO desc, Collection<org.osgi.service.component.runtime.dto.ComponentDescriptionDTO> componentDescriptionDTOs)
-
-