-
Interfaces Interface Description org.osgi.framework.Configurable As of 1.2. Please use Configuration Admin service.org.osgi.framework.hooks.service.EventHook As of 1.1. Replaced byEventListenerHook.org.osgi.service.packageadmin.ExportedPackage The PackageAdmin service has been replaced by theorg.osgi.framework.wiringpackage.org.osgi.service.packageadmin.PackageAdmin This service has been replaced by theorg.osgi.framework.wiringpackage.org.osgi.service.packageadmin.RequiredBundle The PackageAdmin service has been replaced by theorg.osgi.framework.wiringpackage.org.osgi.service.startlevel.StartLevel This service has been replaced by theorg.osgi.framework.startlevelpackage.
-
Fields Field Description org.osgi.framework.Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT As of 1.6. Replaced by theosgi.eecapability.org.osgi.framework.Constants.EXPORT_SERVICE As of 1.2.org.osgi.framework.Constants.EXTENSION_BOOTCLASSPATH As of 1.9.org.osgi.framework.Constants.FRAMEWORK_EXECUTIONENVIRONMENT As of 1.6. Replaced by theosgi.eecapability.org.osgi.framework.Constants.IMPORT_SERVICE As of 1.2.org.osgi.framework.Constants.PACKAGE_SPECIFICATION_VERSION As of 1.3. This has been replaced byConstants.VERSION_ATTRIBUTE.org.osgi.framework.Constants.SUPPORTS_BOOTCLASSPATH_EXTENSION As of 1.10.org.osgi.framework.FrameworkEvent.STOPPED_BOOTCLASSPATH_MODIFIED As of 1.10.org.osgi.framework.namespace.HostNamespace.EXTENSION_BOOTCLASSPATH As of 1.2.org.osgi.framework.PackagePermission.EXPORT As of 1.5. Useexportonlyinstead.
-
Methods Method Description org.apache.felix.framework.util.manifestparser.NativeLibraryClause.normalizeOSVersion(String) useVersionConverter#toOsgiVersion(String)instead, this method will be removed.org.osgi.framework.Configurable.getConfigurationObject() As of 1.2. Please use Configuration Admin service.org.osgi.service.packageadmin.ExportedPackage.getSpecificationVersion() As of 1.2. Replaced byExportedPackage.getVersion().org.osgi.service.packageadmin.PackageAdmin.getExportedPackage(String) org.osgi.service.packageadmin.PackageAdmin.getExportedPackages(Bundle) org.osgi.service.packageadmin.PackageAdmin.getRequiredBundles(String) org.osgi.service.url.AbstractURLStreamHandlerService.setURL(URL, String, String, int, String, String) This method is only for compatibility with handlers written for JDK 1.1.org.osgi.service.url.URLStreamHandlerSetter.setURL(URL, String, String, int, String, String) This method is only for compatibility with handlers written for JDK 1.1.
-
Constructors Constructor Description org.osgi.framework.FrameworkEvent(int, Object) As of 1.2. This constructor is deprecated in favor of using the other constructor with the System Bundle as the event source.