Class GraphMLContainerProviderServiceFactory

  • All Implemented Interfaces:
    org.osgi.service.cm.ManagedServiceFactory

    public class GraphMLContainerProviderServiceFactory
    extends java.lang.Object
    implements org.osgi.service.cm.ManagedServiceFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void deleted​(java.lang.String pid)  
      java.lang.String getName()  
      void updated​(java.lang.String pid, java.util.Dictionary properties)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GraphMLContainerProviderServiceFactory

        public GraphMLContainerProviderServiceFactory​(org.osgi.framework.BundleContext bundleContext)
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface org.osgi.service.cm.ManagedServiceFactory
      • updated

        public void updated​(java.lang.String pid,
                            java.util.Dictionary properties)
        Specified by:
        updated in interface org.osgi.service.cm.ManagedServiceFactory
      • deleted

        public void deleted​(java.lang.String pid)
        Specified by:
        deleted in interface org.osgi.service.cm.ManagedServiceFactory