Class OsgiBundleScanningSchemaService

    • Method Detail

      • destroyInstance

        public static void destroyInstance()
      • getContext

        public org.osgi.framework.BundleContext getContext()
      • addingService

        public org.opendaylight.yangtools.yang.model.api.SchemaContextListener addingService​(org.osgi.framework.ServiceReference<org.opendaylight.yangtools.yang.model.api.SchemaContextListener> reference)
        Specified by:
        addingService in interface org.osgi.util.tracker.ServiceTrackerCustomizer<org.opendaylight.yangtools.yang.model.api.SchemaContextListener,​org.opendaylight.yangtools.yang.model.api.SchemaContextListener>
      • modifiedService

        public void modifiedService​(org.osgi.framework.ServiceReference<org.opendaylight.yangtools.yang.model.api.SchemaContextListener> reference,
                                    org.opendaylight.yangtools.yang.model.api.SchemaContextListener service)
        Specified by:
        modifiedService in interface org.osgi.util.tracker.ServiceTrackerCustomizer<org.opendaylight.yangtools.yang.model.api.SchemaContextListener,​org.opendaylight.yangtools.yang.model.api.SchemaContextListener>
      • removedService

        public void removedService​(org.osgi.framework.ServiceReference<org.opendaylight.yangtools.yang.model.api.SchemaContextListener> reference,
                                   org.opendaylight.yangtools.yang.model.api.SchemaContextListener service)
        Specified by:
        removedService in interface org.osgi.util.tracker.ServiceTrackerCustomizer<org.opendaylight.yangtools.yang.model.api.SchemaContextListener,​org.opendaylight.yangtools.yang.model.api.SchemaContextListener>