Package io.joynr.jeeintegration
-
Interface Summary Interface Description JoynrRuntimeFactory Used by the JEE integration bean in order to obtain the joynr application to use. -
Class Summary Class Description BeanCallingProxy<T> CallbackHandlerDiscovery DefaultJoynrRuntimeFactory Default implementation forJoynrRuntimeFactory, which will use information produced byJoynrPropertiesandJoynrLocalDomain, 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.JeeJoynrStatusMetricsAggregator JoynrConnectionServiceBean 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 withServiceProviderand register those as joynr providers with the joynr runtime.JoynrJeeMessageMetaInfo JoynrShutdownServiceBean ProviderWrapper This class wraps an EJB which is decorated withServiceProviderand has a valid service interface specified (that is it extendsJoynrProvider).ServiceProviderDiscovery This class is responsible for finding all beans registered in theBeanManagerwhich are annotated withServiceProvider.