Class GraphMLContainerProviderServiceFactory
- java.lang.Object
-
- org.opennms.netmgt.graph.provider.graphml.GraphMLContainerProviderServiceFactory
-
- All Implemented Interfaces:
org.osgi.service.cm.ManagedServiceFactory
public class GraphMLContainerProviderServiceFactory extends Object implements org.osgi.service.cm.ManagedServiceFactory
-
-
Constructor Summary
Constructors Constructor Description GraphMLContainerProviderServiceFactory(org.osgi.framework.BundleContext bundleContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deleted(String pid)
String
getName()
void
updated(String pid, Dictionary properties)
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceorg.osgi.service.cm.ManagedServiceFactory
-
updated
public void updated(String pid, Dictionary properties)
- Specified by:
updated
in interfaceorg.osgi.service.cm.ManagedServiceFactory
-
deleted
public void deleted(String pid)
- Specified by:
deleted
in interfaceorg.osgi.service.cm.ManagedServiceFactory
-
-