Registry / other / org-osgi-enterprise

org-osgi-enterprise

JSON →
library5.0.0javamavenunverified

OSGi Service Platform Release 5 Version 5.0, Enterprise Interfaces and Classes for use in compiling bundles.

<dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.enterprise</artifactId> <version>5.0.0</version> </dependency>
INSTALL
IMPORT
SIG · ORG-OSGI-ENTERPRIS
O
org-osgi-enterprise
otherjavav5.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ConfigurationAdmin
org.osgi.service.cm.ConfigurationAdmin

Obtains the ConfigurationAdmin service from the OSGi service registry.

import org.osgi.service.cm.ConfigurationAdmin; import org.osgi.framework.BundleContext; import org.osgi.framework.ServiceReference; public class Quickstart { public void useConfigAdmin(BundleContext context) throws Exception { ServiceReference<ConfigurationAdmin> ref = context.getServiceReference(ConfigurationAdmin.class); if (ref != null) { ConfigurationAdmin admin = context.getService(ref); System.out.println("ConfigurationAdmin obtained: " + admin); } } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
org-osgi-enterprise — mvn dependency:get org-osgi-enterprise · libregistry