Interface EmbeddedEquinox
-
- All Known Implementing Classes:
DefaultEquinoxEmbedder
public interface EmbeddedEquinox
Interface to configure an embedded Equinox runtime. Implement anEquinoxLifecycleListener
component to be notified about instances of this type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EquinoxServiceFactory
getServiceFactory()
<T> void
registerService(Class<T> clazz, T service)
<T> void
registerService(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)
-
-