Class GraphProviderManager
- java.lang.Object
-
- org.opennms.features.apilayer.utils.InterfaceMapper<org.opennms.integration.api.v1.graph.GraphProvider,GraphProvider>
-
- org.opennms.features.apilayer.graph.GraphProviderManager
-
public class GraphProviderManager extends InterfaceMapper<org.opennms.integration.api.v1.graph.GraphProvider,GraphProvider>
-
-
Field Summary
-
Fields inherited from class org.opennms.features.apilayer.utils.InterfaceMapper
bundleContext, clazz, extServiceRegistrationMap
-
-
Constructor Summary
Constructors Constructor Description GraphProviderManager(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.graph.GraphProvider extension)
GraphProvider
map(org.opennms.integration.api.v1.graph.GraphProvider extension)
-
Methods inherited from class org.opennms.features.apilayer.utils.InterfaceMapper
onBind, onUnbind
-
-
-
-
Method Detail
-
map
public GraphProvider map(org.opennms.integration.api.v1.graph.GraphProvider extension)
- Specified by:
map
in classInterfaceMapper<org.opennms.integration.api.v1.graph.GraphProvider,GraphProvider>
-
getServiceProperties
public Map<String,Object> getServiceProperties(org.opennms.integration.api.v1.graph.GraphProvider extension)
- Overrides:
getServiceProperties
in classInterfaceMapper<org.opennms.integration.api.v1.graph.GraphProvider,GraphProvider>
-
-