Package org.eclipse.ecf.provider.dnssd
Class Activator.DnsSdServiceFactory
- java.lang.Object
- 
- org.eclipse.ecf.provider.dnssd.Activator.DnsSdServiceFactory
 
- 
- All Implemented Interfaces:
- ServiceFactory
 - Enclosing class:
- Activator
 
 public class Activator.DnsSdServiceFactory extends Object implements ServiceFactory A ServiceFactory capable to handle DnsSdDiscoveryContainerAdapters
- 
- 
Constructor SummaryConstructors Constructor Description DnsSdServiceFactory(Class aDiscoveryContainerClass)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetService(Bundle bundle, ServiceRegistration registration)voidungetService(Bundle bundle, ServiceRegistration registration, Object service)
 
- 
- 
- 
Constructor Detail- 
DnsSdServiceFactorypublic DnsSdServiceFactory(Class aDiscoveryContainerClass) 
 
- 
 - 
Method Detail- 
getServicepublic Object getService(Bundle bundle, ServiceRegistration registration) - Specified by:
- getServicein interface- ServiceFactory
 
 - 
ungetServicepublic void ungetService(Bundle bundle, ServiceRegistration registration, Object service) - Specified by:
- ungetServicein interface- ServiceFactory
 
 
- 
 
-