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