Uses of Interface
de.iip_ecosphere.platform.services.environment.ParameterConfigurerProvider
Packages that use ParameterConfigurerProvider
Package
Description
Implementation.
Generic services.
-
Uses of ParameterConfigurerProvider in de.iip_ecosphere.platform.services.environment
Subinterfaces of ParameterConfigurerProvider in de.iip_ecosphere.platform.services.environmentModifier and TypeInterfaceDescriptioninterfaceBasic interface for a generic service that handles multiple any types of data.interfaceExtended service interface to gain access to theMetricsProvider.interfaceDefines the (administrative) interface of an IIP-Ecosphere service.interfaceSpecialized monitoring service that is automatically updated with theMetricsProvider.Classes in de.iip_ecosphere.platform.services.environment that implement ParameterConfigurerProviderModifier and TypeClassDescriptionclassAbstractDelegatingMultiService<S extends Service>A multi-type service with an implementation based on a nested, delegated service as well asGenericMultiTypeServiceImpl.classAbstractDelegatingService<S extends Service>A service that delegates it's core operations to a nested service.classAbstractProcessService<I,SI, SO, O> Implements an abstract asynchronous process-based service for a single pair of input-output types.classGeneric command-line-based Python integration for multiple data types.classImplements an abstract asynchronous process-based service which require a Rest-based communication with the actual service process for a single pair of input-output types, e.g., via JSON.classA basic service that holds and stops runnables.classBasic implementation of the service interface (aligned with Python).classImplements an abstract asynchronous process-based service which require a String-based communication with the actual service process for a single pair of input-output types, e.g., via JSON.classConnectorServiceWrapper<O,I, CO, CI> Wraps a connector into a service.classDefault service implementation realizing the left open methods ofAbstractServiceempty.classFamily service implementations are supposed to delegate their operations to the (alternative) active family member.classMockingConnectorServiceWrapper<O,I, CO, CI> Mocks aConnectorServiceWrapperby data in a JSON file throughDataMapper.classMocks aMultiConnectorServiceWrapperby data in a JSON file throughDataMapper.classWraps multiple connector instances into a service.classGeneric command-line-based Python integration for asynchronous processing of multiple data types.classGeneric command-line-based Python integration for multiple data types.classGeneric WebSocket-based Python integration for asynchronous processing of multiple data types.classImplements the service interface through AAS protocol operations.Methods in de.iip_ecosphere.platform.services.environment with parameters of type ParameterConfigurerProviderModifier and TypeMethodDescriptionstatic voidAbstractService.reconfigure(Map<String, String> values, ParameterConfigurerProvider provider, boolean rollback, ServiceState state) Generic service reconfiguration via values that may be passed in throughAbstractService.reconfigure(Map). -
Uses of ParameterConfigurerProvider in de.iip_ecosphere.platform.services.environment.services
Classes in de.iip_ecosphere.platform.services.environment.services that implement ParameterConfigurerProviderModifier and TypeClassDescriptionclassImplements a generic service that mapsTraceRecordto an (application) AAS.