Class OsgiConnectorInfoManagerImpl

    • Constructor Detail

      • OsgiConnectorInfoManagerImpl

        public OsgiConnectorInfoManagerImpl()
    • Method Detail

      • dispose

        public void dispose()
        Description copied from class: ConnectorFacadeFactory
        Shut down of all connector pools, resources, etc. The framework will release all the resources. No operations will be possible until the framework is re-initialized.
        Specified by:
        dispose in class ConnectorFacadeFactory
      • addingEntries

        public void addingEntries​(org.osgi.framework.Bundle bundle,
                                  List<org.ops4j.pax.swissbox.extender.ManifestEntry> list)
        Specified by:
        addingEntries in interface org.ops4j.pax.swissbox.extender.BundleObserver<org.ops4j.pax.swissbox.extender.ManifestEntry>
      • removingEntries

        public void removingEntries​(org.osgi.framework.Bundle bundle,
                                    List<org.ops4j.pax.swissbox.extender.ManifestEntry> list)
        Specified by:
        removingEntries in interface org.ops4j.pax.swissbox.extender.BundleObserver<org.ops4j.pax.swissbox.extender.ManifestEntry>
      • addConnectorEventHandler

        public void addConnectorEventHandler​(ConnectorEventHandler hook)
        Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set. The order in which notifications will be delivered to multiple observers is not specified. See the class comment.
        Specified by:
        addConnectorEventHandler in interface ConnectorEventPublisher
        Parameters:
        hook - an observer to be added.