Interface EmbeddedEquinox

  • All Known Implementing Classes:
    DefaultEquinoxEmbedder

    public interface EmbeddedEquinox
    Interface to configure an embedded Equinox runtime. Implement an EquinoxLifecycleListener component to be notified about instances of this type.
    • Method Detail

      • 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)