fr.imag.adele.bundle.util
Class BindingTracker

java.lang.Object
  extended byfr.imag.adele.bundle.util.BindingTracker
All Implemented Interfaces:
EventListener, org.osgi.framework.ServiceListener

public class BindingTracker
extends Object
implements org.osgi.framework.ServiceListener


Constructor Summary
BindingTracker(org.osgi.framework.BundleContext context, BindingController binding, String filterStr)
           
 
Method Summary
 void fillServices()
           
 void fillServices(org.osgi.framework.ServiceReference sr)
           
 void serviceChanged(org.osgi.framework.ServiceEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingTracker

public BindingTracker(org.osgi.framework.BundleContext context,
                      BindingController binding,
                      String filterStr)
               throws org.osgi.framework.InvalidSyntaxException
Method Detail

fillServices

public void fillServices()
                  throws org.osgi.framework.InvalidSyntaxException
Throws:
org.osgi.framework.InvalidSyntaxException

fillServices

public void fillServices(org.osgi.framework.ServiceReference sr)

serviceChanged

public void serviceChanged(org.osgi.framework.ServiceEvent e)
Specified by:
serviceChanged in interface org.osgi.framework.ServiceListener