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 Details

    • getServiceFactory

      EquinoxServiceFactory getServiceFactory()
    • registerService

      <T> void registerService(Class<T> clazz, T service)
    • registerService

      <T> void registerService(Class<T> clazz, T service, Map<String,?> properties)