- JEE_ENABLE_HTTP_BRIDGE_CONFIGURATION_KEY - Static variable in class io.joynr.jeeintegration.api.JeeIntegrationPropertyKeys
-
- JEE_INTEGRATION_ENDPOINTREGISTRY_URI - Static variable in class io.joynr.jeeintegration.api.JeeIntegrationPropertyKeys
-
Use this property key to set the value for the URI of the HTTP Bridge
endpoint registry used by the JEE integration to register itself
as a recipient of joynr messages for a given topic.
- JEE_MESSAGING_SCHEDULED_EXECUTOR_RESOURCE - Static variable in class io.joynr.jeeintegration.api.JeeIntegrationPropertyKeys
-
This property holds the key used to lookup the managed scheduled executor service from the container.
- JeeHttpMessagingModule - Class in io.joynr.jeeintegration.messaging
-
Configures bindings so that joynr can send and receive messages via HTTP.
- JeeHttpMessagingModule(MapBinder<Class<? extends Address>, IMessagingSkeleton>, MapBinder<Class<? extends Address>, AbstractMiddlewareMessagingStubFactory<? extends IMessagingStub, ? extends Address>>) - Constructor for class io.joynr.jeeintegration.messaging.JeeHttpMessagingModule
-
- JeeIntegrationBeanMqttOnlyTest - Class in itest.io.joynr.jeeintegration
-
Integration tests for the JEE integration bean with the MQTT-only configuration.
- JeeIntegrationBeanMqttOnlyTest() - Constructor for class itest.io.joynr.jeeintegration.JeeIntegrationBeanMqttOnlyTest
-
- JeeIntegrationBeanTest - Class in itest.io.joynr.jeeintegration
-
Integration tests for the JEE integration bean.
- JeeIntegrationBeanTest() - Constructor for class itest.io.joynr.jeeintegration.JeeIntegrationBeanTest
-
- JeeIntegrationJoynrTestConfigurationProvider - Class in itest.io.joynr.jeeintegration
-
A test provider of joynr configuration values for the integration tests of
the JEE Integration Bean.
- JeeIntegrationJoynrTestConfigurationProvider() - Constructor for class itest.io.joynr.jeeintegration.JeeIntegrationJoynrTestConfigurationProvider
-
- JeeIntegrationPropertyKeys - Class in io.joynr.jeeintegration.api
-
The keys for the properties which can be set for the joynr JEE integration.
- JeeIntegrationPropertyKeys() - Constructor for class io.joynr.jeeintegration.api.JeeIntegrationPropertyKeys
-
- JeeJoynrIntegrationModule - Class in io.joynr.jeeintegration
-
Guice module for the JEE integration of joynr which is used to override certain bindings to provide JEE resources
where available (e.g.
- JeeJoynrIntegrationModule(ScheduledExecutorService) - Constructor for class io.joynr.jeeintegration.JeeJoynrIntegrationModule
-
Constructor which is passed in the JEE resources which are to be exposed to the Guice injector in which this
module is installed.
- JeeJoynrServiceLocator - Class in io.joynr.jeeintegration
-
JEE integration joynr service locator which uses a joynr proxy to provide an implementation for a service interface.
- JeeJoynrServiceLocator(JoynrIntegrationBean) - Constructor for class io.joynr.jeeintegration.JeeJoynrServiceLocator
-
- JeeJoynrServiceLocator.JeeJoynrServiceProxyBuilder<T> - Class in io.joynr.jeeintegration
-
- JeeMessagingApplication - Class in io.joynr.jeeintegration.messaging
-
- JeeMessagingApplication() - Constructor for class io.joynr.jeeintegration.messaging.JeeMessagingApplication
-
- JeeMessagingEndpoint - Class in io.joynr.jeeintegration.messaging
-
The JeeMessagingEndpoint is a JAX-RS endpoint which receives joynr messages to be processed.
- JeeMessagingEndpoint(JoynrIntegrationBean) - Constructor for class io.joynr.jeeintegration.messaging.JeeMessagingEndpoint
-
- JeeMessagingEndpointTest - Class in itest.io.joynr.jeeintegration
-
- JeeMessagingEndpointTest() - Constructor for class itest.io.joynr.jeeintegration.JeeMessagingEndpointTest
-
- JeeMqttMessageSendingModule - Class in io.joynr.jeeintegration.messaging
-
- JeeMqttMessageSendingModule(MapBinder<Class<? extends Address>, IMessagingSkeleton>, MapBinder<Class<? extends Address>, AbstractMiddlewareMessagingStubFactory<? extends IMessagingStub, ? extends Address>>) - Constructor for class io.joynr.jeeintegration.messaging.JeeMqttMessageSendingModule
-
- JeeMqttMessagingSkeletonProvider - Class in io.joynr.jeeintegration.messaging
-
- JeeMqttMessagingSkeletonProvider(boolean, boolean, MqttAddress, int, boolean, int, int, MqttAddress, MessageRouter, MqttClientFactory, String, MqttTopicPrefixProvider, RawMessagingPreprocessor, JoynrStatusMetricsAggregator) - Constructor for class io.joynr.jeeintegration.messaging.JeeMqttMessagingSkeletonProvider
-
- JeeServletMessageReceiver - Class in io.joynr.jeeintegration.messaging
-
Implementation of a servlet message receiver which is used to register / unregister the channel and also pass on
messages and errors to the message listener of the runtime.
- JeeServletMessageReceiver(String, String, String, HttpBridgeRegistryClient, String) - Constructor for class io.joynr.jeeintegration.messaging.JeeServletMessageReceiver
-
- JoynrCallingPrincipal - Class in io.joynr.jeeintegration.api.security
-
Inject an instance of this bean into your provider beans in order to obtain a reference to the authenticated user
calling your provider.
- JoynrCallingPrincipal() - Constructor for class io.joynr.jeeintegration.api.security.JoynrCallingPrincipal
-
- JoynrIntegrationBean - Class in io.joynr.jeeintegration
-
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.
- JoynrIntegrationBean() - Constructor for class io.joynr.jeeintegration.JoynrIntegrationBean
-
- JoynrIntegrationBean(BeanManager, JoynrRuntimeFactory, ServiceProviderDiscovery, CallbackHandlerDiscovery) - Constructor for class io.joynr.jeeintegration.JoynrIntegrationBean
-
- JoynrJeeMessageContext - Class in io.joynr.jeeintegration.context
-
The Context which holds contextual instances for the
duration of a joynr message being processed.
- JoynrJeeMessageContext() - Constructor for class io.joynr.jeeintegration.context.JoynrJeeMessageContext
-
- JoynrJeeMessageContextTest - Class in itest.io.joynr.jeeintegration.context
-
- JoynrJeeMessageContextTest() - Constructor for class itest.io.joynr.jeeintegration.context.JoynrJeeMessageContextTest
-
- JoynrJeeMessageMetaInfo - Class in io.joynr.jeeintegration
-
- JoynrJeeMessageMetaInfo() - Constructor for class io.joynr.jeeintegration.JoynrJeeMessageMetaInfo
-
- JoynrJeeMessageScoped - Annotation Type in io.joynr.jeeintegration.api
-
Used to identify the scope within which a joynr message is being processed.
- JoynrLocalDomain - Annotation Type in io.joynr.jeeintegration.api
-
Used to specify the local joynr domain to use during application and runtime creation if the default should not be
used.
- joynrLocalDomain() - Method in class itest.io.joynr.jeeintegration.JeeIntegrationJoynrTestConfigurationProvider
-
- joynrLocalDomain() - Method in class itest.io.joynr.jeeintegration.MqttOnlyJoynrConfigurationProvider
-
- JoynrMessagePersister - Annotation Type in io.joynr.jeeintegration.api
-
Used to specify an optional message persister implementation.
- JoynrMessagePersisterInjectionTest - Class in itest.io.joynr.jeeintegration.messagepersister
-
- JoynrMessagePersisterInjectionTest() - Constructor for class itest.io.joynr.jeeintegration.messagepersister.JoynrMessagePersisterInjectionTest
-
- JoynrMqttClientIdProvider - Annotation Type in io.joynr.jeeintegration.api
-
Used to specify an optional mqtt client id provider
- JoynrMqttClientIdProviderTest - Class in itest.io.joynr.jeeintegration.mqttclientidprovider
-
- JoynrMqttClientIdProviderTest() - Constructor for class itest.io.joynr.jeeintegration.mqttclientidprovider.JoynrMqttClientIdProviderTest
-
- JoynrProperties - Annotation Type in io.joynr.jeeintegration.api
-
Qualifier annotation for a
producer method, which returns
Properties to use in creating
the joynr runtime in the
JoynrRuntimeFactory.
- joynrProperties() - Method in class itest.io.joynr.jeeintegration.JeeIntegrationJoynrTestConfigurationProvider
-
- joynrProperties() - Method in class itest.io.joynr.jeeintegration.MqttOnlyJoynrConfigurationProvider
-
- JoynrRawMessageProcessorTest - Class in itest.io.joynr.jeeintegration.preprocessor
-
- JoynrRawMessageProcessorTest() - Constructor for class itest.io.joynr.jeeintegration.preprocessor.JoynrRawMessageProcessorTest
-
- JoynrRawMessagingPreprocessor - Annotation Type in io.joynr.jeeintegration.api
-
Used to specify an optional raw message preprocessor.
- JoynrRuntimeFactory - Interface in io.joynr.jeeintegration
-
Used by the JEE integration bean in order to obtain the joynr application to use.
- JoynrShutdownService - Interface in io.joynr.jeeintegration.api
-
Inject this service into your application in order to programmatically control shutdown of joynr runtime, for
example if you want to perform clean-up operations before the application quits.
- JoynrShutdownServiceBean - Class in io.joynr.jeeintegration
-
- JoynrShutdownServiceBean() - Constructor for class io.joynr.jeeintegration.JoynrShutdownServiceBean
-
- JoynrStatusMetrics - Interface in io.joynr.jeeintegration
-
Can be injected to receive status metrics from joynr.
- JoynrStatusMetricsAggregator - Class in io.joynr.jeeintegration
-
- JoynrStatusMetricsAggregator() - Constructor for class io.joynr.jeeintegration.JoynrStatusMetricsAggregator
-