Class ApplicationStatusEnrichment
- java.lang.Object
-
- org.opennms.netmgt.graph.provider.application.ApplicationStatusEnrichment
-
- All Implemented Interfaces:
EnrichmentProcessor
public class ApplicationStatusEnrichment extends java.lang.Object implements EnrichmentProcessor
Calculates the status of the application and its children.
-
-
Constructor Summary
Constructors Constructor Description ApplicationStatusEnrichment(ApplicationDao applicationDao)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canEnrich(GenericGraph graph)
void
enrich(EnrichmentGraphBuilder graphBuilder)
-
-
-
Constructor Detail
-
ApplicationStatusEnrichment
public ApplicationStatusEnrichment(ApplicationDao applicationDao)
-
-
Method Detail
-
canEnrich
public boolean canEnrich(GenericGraph graph)
- Specified by:
canEnrich
in interfaceEnrichmentProcessor
-
enrich
public void enrich(EnrichmentGraphBuilder graphBuilder)
- Specified by:
enrich
in interfaceEnrichmentProcessor
-
-