Uses of Interface
io.joynr.jeeintegration.JoynrRuntimeFactory
-
Packages that use JoynrRuntimeFactory Package Description io.joynr.jeeintegration -
-
Uses of JoynrRuntimeFactory in io.joynr.jeeintegration
Classes in io.joynr.jeeintegration that implement JoynrRuntimeFactory Modifier and Type Class Description classDefaultJoynrRuntimeFactoryDefault implementation forJoynrRuntimeFactory, which will use information produced byJoynrPropertiesandJoynrLocalDomain, if available, to configure the joynr runtime and application with.Constructors in io.joynr.jeeintegration with parameters of type JoynrRuntimeFactory Constructor Description JoynrIntegrationBean(javax.enterprise.inject.spi.BeanManager beanManager, JoynrRuntimeFactory joynrRuntimeFactory, ServiceProviderDiscovery serviceProviderDiscovery, CallbackHandlerDiscovery callbackHandlerDiscovery)
-