public class ProtocolTracker extends Object implements org.osgi.util.tracker.ServiceTrackerCustomizer<ProtocolManagerFactory<Interceptor>,ProtocolManagerFactory<Interceptor>>
Constructor and Description |
---|
ProtocolTracker(String name,
org.osgi.framework.BundleContext context,
String[] requiredProtocols,
ProtocolTrackerCallBack callback) |
Modifier and Type | Method and Description |
---|---|
ProtocolManagerFactory |
addingService(org.osgi.framework.ServiceReference<ProtocolManagerFactory<Interceptor>> reference) |
void |
modifiedService(org.osgi.framework.ServiceReference<ProtocolManagerFactory<Interceptor>> reference,
ProtocolManagerFactory<Interceptor> pmf) |
void |
removedService(org.osgi.framework.ServiceReference<ProtocolManagerFactory<Interceptor>> reference,
ProtocolManagerFactory<Interceptor> pmf) |
public ProtocolTracker(String name, org.osgi.framework.BundleContext context, String[] requiredProtocols, ProtocolTrackerCallBack callback)
public ProtocolManagerFactory addingService(org.osgi.framework.ServiceReference<ProtocolManagerFactory<Interceptor>> reference)
addingService
in interface org.osgi.util.tracker.ServiceTrackerCustomizer<ProtocolManagerFactory<Interceptor>,ProtocolManagerFactory<Interceptor>>
public void modifiedService(org.osgi.framework.ServiceReference<ProtocolManagerFactory<Interceptor>> reference, ProtocolManagerFactory<Interceptor> pmf)
modifiedService
in interface org.osgi.util.tracker.ServiceTrackerCustomizer<ProtocolManagerFactory<Interceptor>,ProtocolManagerFactory<Interceptor>>
public void removedService(org.osgi.framework.ServiceReference<ProtocolManagerFactory<Interceptor>> reference, ProtocolManagerFactory<Interceptor> pmf)
removedService
in interface org.osgi.util.tracker.ServiceTrackerCustomizer<ProtocolManagerFactory<Interceptor>,ProtocolManagerFactory<Interceptor>>
Copyright © 2016 The Apache Software Foundation. All rights reserved.