ch.ethz.iks.r_osgi.service_discovery
Interface ServiceDiscoveryHandler


public interface ServiceDiscoveryHandler


Method Summary
 void registerService(org.osgi.framework.ServiceReference ref, java.util.Dictionary properties, URI uri)
          register a service for service discovery.
 void unregisterService(org.osgi.framework.ServiceReference ref)
          unregister a service for service discovery.
 

Method Detail

registerService

void registerService(org.osgi.framework.ServiceReference ref,
                     java.util.Dictionary properties,
                     URI uri)
register a service for service discovery.

Parameters:
ref - the service reference.
properties - the service properties
uri - the URI of the service

unregisterService

void unregisterService(org.osgi.framework.ServiceReference ref)
unregister a service for service discovery.

Parameters:
ref - the service reference.


Copyright © 2009 IKS, ETH Zurich. All Rights Reserved.