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(java.lang.Class<T> clazz, T service)
<T> void
registerService(java.lang.Class<T> clazz, T service, java.util.Dictionary<java.lang.String,?> properties)
-
-
-
Method Detail
-
getServiceFactory
EquinoxServiceFactory getServiceFactory()
-
registerService
<T> void registerService(java.lang.Class<T> clazz, T service)
-
registerService
<T> void registerService(java.lang.Class<T> clazz, T service, java.util.Dictionary<java.lang.String,?> properties)
-
-