Package org.opennms.netmgt.graph.service
Class DefaultGraphService
- java.lang.Object
-
- org.opennms.netmgt.graph.service.DefaultGraphService
-
- All Implemented Interfaces:
GraphService
public class DefaultGraphService extends Object implements GraphService
-
-
Constructor Summary
Constructors Constructor Description DefaultGraphService()
DefaultGraphService(org.osgi.framework.BundleContext bundleContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenericGraph
getGraph(String containerId, String graphNamespace)
GenericGraphContainer
getGraphContainer(String containerId)
GraphContainerInfo
getGraphContainerInfo(String containerId)
GraphContainerInfo
getGraphContainerInfoByNamespace(String namespace)
List<GraphContainerInfo>
getGraphContainerInfos()
GraphInfo
getGraphInfo(String graphNamespace)
void
onBind(GraphContainerProvider graphContainerProvider, Map<String,String> props)
void
onUnbind(GraphContainerProvider graphContainerProvider, Map<String,String> props)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opennms.netmgt.graph.api.service.GraphService
getGraph
-
-
-
-
Method Detail
-
getGraphContainerInfos
public List<GraphContainerInfo> getGraphContainerInfos()
- Specified by:
getGraphContainerInfos
in interfaceGraphService
-
getGraphContainerInfo
public GraphContainerInfo getGraphContainerInfo(String containerId)
- Specified by:
getGraphContainerInfo
in interfaceGraphService
-
getGraphContainerInfoByNamespace
public GraphContainerInfo getGraphContainerInfoByNamespace(String namespace)
- Specified by:
getGraphContainerInfoByNamespace
in interfaceGraphService
-
getGraphContainer
public GenericGraphContainer getGraphContainer(String containerId)
- Specified by:
getGraphContainer
in interfaceGraphService
-
getGraphInfo
public GraphInfo getGraphInfo(String graphNamespace)
- Specified by:
getGraphInfo
in interfaceGraphService
-
getGraph
public GenericGraph getGraph(String containerId, String graphNamespace)
- Specified by:
getGraph
in interfaceGraphService
-
onBind
public void onBind(GraphContainerProvider graphContainerProvider, Map<String,String> props)
-
onUnbind
public void onUnbind(GraphContainerProvider graphContainerProvider, Map<String,String> props)
-
-