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 java.lang.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(java.lang.String containerId, java.lang.String graphNamespace)
GenericGraphContainer
getGraphContainer(java.lang.String containerId)
GraphContainerInfo
getGraphContainerInfo(java.lang.String containerId)
GraphContainerInfo
getGraphContainerInfoByNamespace(java.lang.String namespace)
java.util.List<GraphContainerInfo>
getGraphContainerInfos()
GraphInfo
getGraphInfo(java.lang.String graphNamespace)
void
onBind(GraphContainerProvider graphContainerProvider, java.util.Map<java.lang.String,java.lang.String> props)
void
onUnbind(GraphContainerProvider graphContainerProvider, java.util.Map<java.lang.String,java.lang.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 java.util.List<GraphContainerInfo> getGraphContainerInfos()
- Specified by:
getGraphContainerInfos
in interfaceGraphService
-
getGraphContainerInfo
public GraphContainerInfo getGraphContainerInfo(java.lang.String containerId)
- Specified by:
getGraphContainerInfo
in interfaceGraphService
-
getGraphContainerInfoByNamespace
public GraphContainerInfo getGraphContainerInfoByNamespace(java.lang.String namespace)
- Specified by:
getGraphContainerInfoByNamespace
in interfaceGraphService
-
getGraphContainer
public GenericGraphContainer getGraphContainer(java.lang.String containerId)
- Specified by:
getGraphContainer
in interfaceGraphService
-
getGraphInfo
public GraphInfo getGraphInfo(java.lang.String graphNamespace)
- Specified by:
getGraphInfo
in interfaceGraphService
-
getGraph
public GenericGraph getGraph(java.lang.String containerId, java.lang.String graphNamespace)
- Specified by:
getGraph
in interfaceGraphService
-
onBind
public void onBind(GraphContainerProvider graphContainerProvider, java.util.Map<java.lang.String,java.lang.String> props)
-
onUnbind
public void onUnbind(GraphContainerProvider graphContainerProvider, java.util.Map<java.lang.String,java.lang.String> props)
-
-