Uses of Class
de.iip_ecosphere.platform.services.environment.AbstractService
Packages that use AbstractService
Package
Description
Implementation.
Generic services.
-
Uses of AbstractService in de.iip_ecosphere.platform.services.environment
Subclasses of AbstractService in de.iip_ecosphere.platform.services.environmentModifier and TypeClassDescriptionclassAbstractProcessService<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.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. -
Uses of AbstractService in de.iip_ecosphere.platform.services.environment.services
Subclasses of AbstractService in de.iip_ecosphere.platform.services.environment.servicesModifier and TypeClassDescriptionclassImplements a generic service that mapsTraceRecordto an (application) AAS.