Interface EmbeddedEquinox
-
- All Known Implementing Classes:
DefaultEquinoxEmbedder
public interface EmbeddedEquinoxInterface to configure an embedded Equinox runtime. Implement anEquinoxLifecycleListenercomponent to be notified about instances of this type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EquinoxServiceFactorygetServiceFactory()<T> voidregisterService(Class<T> clazz, T service)<T> voidregisterService(Class<T> clazz, T service, Dictionary<String,?> properties)
-
-
-
Method Detail
-
getServiceFactory
EquinoxServiceFactory getServiceFactory()
-
registerService
<T> void registerService(Class<T> clazz, T service)
-
registerService
<T> void registerService(Class<T> clazz, T service, Dictionary<String,?> properties)
-
-