Interface EmbeddedEquinox
public interface EmbeddedEquinox
Interface to configure an embedded Equinox runtime. Implement an
EquinoxLifecycleListener
component to be notified about instances of this type.-
Method Summary
Modifier and TypeMethodDescription<T> voidregisterService(Class<T> clazz, T service) <T> voidregisterService(Class<T> clazz, T service, Map<String, ?> properties)
-
Method Details
-
getServiceFactory
EquinoxServiceFactory getServiceFactory() -
registerService
-
registerService
-