Uses of Interface
de.iip_ecosphere.platform.services.environment.ParameterConfigurerProvider
-
Packages that use ParameterConfigurerProvider Package Description de.iip_ecosphere.platform.services.environment Implementation.de.iip_ecosphere.platform.services.environment.services Generic services. -
-
Uses of ParameterConfigurerProvider in de.iip_ecosphere.platform.services.environment
Subinterfaces of ParameterConfigurerProvider in de.iip_ecosphere.platform.services.environment Modifier and Type Interface Description interfaceGenericMultiTypeServiceBasic interface for a generic service that handles multiple any types of data.interfaceMonitoringServiceExtended service interface to gain access to theMetricsProvider.interfaceServiceDefines the (administrative) interface of an IIP-Ecosphere service.interfaceUpdatingMonitoringServiceSpecialized monitoring service that is automatically updated with theMetricsProvider.Classes in de.iip_ecosphere.platform.services.environment that implement ParameterConfigurerProvider Modifier and Type Class Description classAbstractProcessService<I,SI,SO,O>Implements an abstract asynchronous process-based service for a single pair of input-output types.classAbstractPythonProcessServiceGeneric command-line-based Python integration for multiple data types.classAbstractRestProcessService<I,O>Implements 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.classAbstractRunnablesServiceA basic service that holds and stops runnables.classAbstractServiceBasic implementation of the service interface (aligned with Python).classAbstractStringProcessService<I,O>Implements 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.classDefaultServiceImplDefault service implementation realizing the left open methods ofAbstractServiceempty.classFamilyServiceStubFamily 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.classPythonAsyncProcessServiceGeneric command-line-based Python integration for asynchronous processing of multiple data types.classPythonSyncProcessServiceGeneric command-line-based Python integration for multiple data types.classServiceStubImplements the service interface through AAS protocol operations.Methods in de.iip_ecosphere.platform.services.environment with parameters of type ParameterConfigurerProvider Modifier and Type Method Description static voidAbstractService. reconfigure(java.util.Map<java.lang.String,java.lang.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 ParameterConfigurerProvider Modifier and Type Class Description classTraceToAasServiceImplements a generic service that mapsTraceRecordto an (application) AAS.
-