| Interface | Description |
|---|---|
| JoynrRuntimeFactory |
Used by the JEE integration bean in order to obtain the joynr application to use.
|
| JoynrStatusMetrics |
Can be injected to receive status metrics from joynr.
|
| Class | Description |
|---|---|
| BeanCallingProxy<T> | |
| CallbackHandlerDiscovery | |
| DefaultJoynrRuntimeFactory |
Default implementation for
JoynrRuntimeFactory, which will use information produced by
JoynrProperties and JoynrLocalDomain, if available, to configure
the joynr runtime and application with. |
| JeeJoynrIntegrationModule |
Guice module for the JEE integration of joynr which is used to override certain bindings to provide JEE resources
where available (e.g.
|
| JeeJoynrServiceLocator |
JEE integration joynr service locator which uses a joynr proxy to provide an implementation for a service interface.
|
| JoynrIntegrationBean |
Singleton EJB which will create and keep the Joynr runtime and also shut it down when the app server shuts down as
well as scan the system for all CDI beans present which are annotated with
ServiceProvider and register those
as joynr providers with the joynr runtime. |
| JoynrJeeMessageMetaInfo | |
| JoynrShutdownServiceBean | |
| JoynrStatusMetricsAggregator | |
| ProviderWrapper |
This class wraps an EJB which is decorated with
ServiceProvider and has a valid
service interface specified (that is it extends JoynrProvider). |
| ServiceProviderDiscovery |
This class is responsible for finding all beans registered in the
BeanManager which are annotated with
ServiceProvider. |
Copyright © 2019. All rights reserved.