Package org.iworkz.genesis.impl
Class InjectedServiceFactory<T>
java.lang.Object
org.iworkz.genesis.impl.InjectedServiceFactory<T>
- All Implemented Interfaces:
org.osgi.framework.ServiceFactory<T>
public class InjectedServiceFactory<T>
extends Object
implements org.osgi.framework.ServiceFactory<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<T> registration) voidungetService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<T> registration, T service)
-
Field Details
-
injector
-
serviceClass
-
-
Constructor Details
-
InjectedServiceFactory
-
-
Method Details
-
getService
public T getService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<T> registration) - Specified by:
getServicein interfaceorg.osgi.framework.ServiceFactory<T>
-
ungetService
public void ungetService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<T> registration, T service) - Specified by:
ungetServicein interfaceorg.osgi.framework.ServiceFactory<T>
-