Registry / utility / com-liferay-osgi-service-tracker-collections

com-liferay-osgi-service-tracker-collections

JSON →
library8.1.0javamavenunverified

Utility collections for tracking OSGi services in Liferay Portal.

<dependency> <groupId>com.liferay</groupId> <artifactId>com.liferay.osgi.service.tracker.collections</artifactId> <version>8.1.0</version> </dependency>
INSTALL
IMPORT
SIG · COM-LIFERAY-OSGI-S
C
com-liferay-osgi-service-tracker-collections
utilityjavav8.1.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.

ServiceTrackerMap
com.liferay.osgi.service.tracker.collections.map.ServiceTrackerMap

Track OSGi services using ServiceTrackerMap

import com.liferay.osgi.service.tracker.collections.map.ServiceTrackerMap; import com.liferay.osgi.service.tracker.collections.map.ServiceTrackerMapFactory; import org.osgi.framework.BundleContext; public class TrackerExample { public void track(BundleContext context) { ServiceTrackerMap<String, Object> map = ServiceTrackerMapFactory.openSingleValueMap( context, Object.class, "some.property"); Object service = map.getService("key"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
8.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
com-liferay-osgi-service-tracker-collections — mvn dependency:get com-liferay-osgi-service-tracker-collections · libregistry