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.ServiceTrackerCustomizer
addingService
in class org.osgi.util.tracker.ServiceTracker
public void removedService(org.osgi.framework.ServiceReference reference, Object service)
removedService
in interface org.osgi.util.tracker.ServiceTrackerCustomizer
removedService
in class org.osgi.util.tracker.ServiceTracker
public List<InformationService<HostRef>> getHostInformationServices()
public List<InformationService<VmRef>> getVmInformationServices()
Copyright © 2013. All Rights Reserved.