public class JoynrIntegrationBean extends Object
ServiceProvider and register those
as joynr providers with the joynr runtime.| Constructor and Description |
|---|
JoynrIntegrationBean() |
JoynrIntegrationBean(javax.enterprise.inject.spi.BeanManager beanManager,
JoynrRuntimeFactory joynrRuntimeFactory,
ServiceProviderDiscovery serviceProviderDiscovery,
CallbackHandlerDiscovery callbackHandlerDiscovery) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
com.google.inject.Injector |
getJoynrInjector()
Can be used to get access to the Guice Injector used in the joynr application / runtime.
|
JoynrRuntime |
getRuntime() |
void |
initialise() |
public JoynrIntegrationBean()
@Inject
public JoynrIntegrationBean(javax.enterprise.inject.spi.BeanManager beanManager,
JoynrRuntimeFactory joynrRuntimeFactory,
ServiceProviderDiscovery serviceProviderDiscovery,
CallbackHandlerDiscovery callbackHandlerDiscovery)
@PostConstruct public void initialise()
@PreDestroy public void destroy()
public com.google.inject.Injector getJoynrInjector()
started, or null if not.public JoynrRuntime getRuntime()
Copyright © 2019. All rights reserved.