public class InformationServiceTracker
extends org.osgi.util.tracker.ServiceTracker
| Constructor and Description |
|---|
InformationServiceTracker(org.osgi.framework.BundleContext context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
addingService(org.osgi.framework.ServiceReference reference) |
List<InformationService<HostRef>> |
getHostInformationServices() |
List<InformationService<VmRef>> |
getVmInformationServices() |
void |
removedService(org.osgi.framework.ServiceReference reference,
Object service) |
public InformationServiceTracker(org.osgi.framework.BundleContext context)
public Object addingService(org.osgi.framework.ServiceReference reference)
addingService in interface org.osgi.util.tracker.ServiceTrackerCustomizeraddingService in class org.osgi.util.tracker.ServiceTrackerpublic void removedService(org.osgi.framework.ServiceReference reference,
Object service)
removedService in interface org.osgi.util.tracker.ServiceTrackerCustomizerremovedService in class org.osgi.util.tracker.ServiceTrackerpublic List<InformationService<HostRef>> getHostInformationServices()
public List<InformationService<VmRef>> getVmInformationServices()
Copyright © 2013. All Rights Reserved.