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