Uses of Interface
de.iip_ecosphere.platform.services.environment.switching.ServiceBase
-
Packages that use ServiceBase Package Description de.iip_ecosphere.platform.services.environment Implementation.de.iip_ecosphere.platform.services.environment.services Generic services.de.iip_ecosphere.platform.services.environment.switching Runtime service switching support. -
-
Uses of ServiceBase in de.iip_ecosphere.platform.services.environment
Subinterfaces of ServiceBase 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 ServiceBase 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.Fields in de.iip_ecosphere.platform.services.environment with type parameters of type ServiceBase Modifier and Type Field Description private java.util.function.Supplier<ServiceBase>FamilyServiceStub. activeMethod parameters in de.iip_ecosphere.platform.services.environment with type arguments of type ServiceBase Modifier and Type Method Description voidFamilyServiceStub. setActiveMemberSupplier(java.util.function.Supplier<ServiceBase> active)Changes the active service member. -
Uses of ServiceBase in de.iip_ecosphere.platform.services.environment.services
Classes in de.iip_ecosphere.platform.services.environment.services that implement ServiceBase Modifier and Type Class Description classTraceToAasServiceImplements a generic service that mapsTraceRecordto an (application) AAS. -
Uses of ServiceBase in de.iip_ecosphere.platform.services.environment.switching
Methods in de.iip_ecosphere.platform.services.environment.switching with type parameters of type ServiceBase Modifier and Type Method Description <S extends ServiceBase>
SStartNewStopOld. doSwitch(S sOld, S sNew)<S extends ServiceBase>
SStopOldStartNew. doSwitch(S sOld, S sNew)<S extends ServiceBase>
SStrategy. doSwitch(S sOld, S sNew)Performs the switch.
-