Class HealthCheckManager
- java.lang.Object
-
- org.opennms.features.apilayer.utils.InterfaceMapper<org.opennms.integration.api.v1.health.HealthCheck,HealthCheck>
-
- org.opennms.features.apilayer.health.HealthCheckManager
-
public class HealthCheckManager extends InterfaceMapper<org.opennms.integration.api.v1.health.HealthCheck,HealthCheck>
-
-
Field Summary
-
Fields inherited from class org.opennms.features.apilayer.utils.InterfaceMapper
bundleContext, clazz, extServiceRegistrationMap
-
-
Constructor Summary
Constructors Constructor Description HealthCheckManager(org.osgi.framework.BundleContext bundleContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HealthCheck
map(org.opennms.integration.api.v1.health.HealthCheck healthCheck)
-
Methods inherited from class org.opennms.features.apilayer.utils.InterfaceMapper
getServiceProperties, onBind, onUnbind
-
-
-
-
Method Detail
-
map
public HealthCheck map(org.opennms.integration.api.v1.health.HealthCheck healthCheck)
- Specified by:
map
in classInterfaceMapper<org.opennms.integration.api.v1.health.HealthCheck,HealthCheck>
-
-