Package iip.interfaces
Interface SimpleDataSourceInterface
- All Superinterfaces:
de.iip_ecosphere.platform.services.environment.ParameterConfigurerProvider,de.iip_ecosphere.platform.services.environment.Service,de.iip_ecosphere.platform.services.environment.switching.ServiceBase
- All Known Implementing Classes:
SimpleDataSourceImpl
public interface SimpleDataSourceInterface
extends de.iip_ecosphere.platform.services.environment.Service
IIP-Ecosphere service interface for 'Simple Data Source'.
Generated by: EASy-Producer.
-
Field Summary
FieldsFields inherited from interface de.iip_ecosphere.platform.services.environment.switching.ServiceBase
APPLICATION_SEPARATOR, DEFAULT_APPLICATION_INSTANCE_ID -
Method Summary
Modifier and TypeMethodDescriptionvoidattachRec1Ingestor(de.iip_ecosphere.platform.services.environment.DataIngestor<Rec1> ingestor) Attaches a return value ingestor for asynchronous processing.Methods inherited from interface de.iip_ecosphere.platform.services.environment.Service
activate, addTypeSubstitution, createType, createType, getDescription, getKind, getName, getNetMgtKeyAddress, getParameterConfigurer, getParameterNames, getSubstitutedType, getTypeCreator, getTypeSubstitutions, getVersion, isDeployable, isTopLevel, migrate, passivate, reconfigure, switchTo, updateMethods inherited from interface de.iip_ecosphere.platform.services.environment.switching.ServiceBase
getId, getState, setState
-
Field Details
-
SERVICE_ID
- See Also:
-
-
Method Details
-
attachRec1Ingestor
Attaches a return value ingestor for asynchronous processing.- Parameters:
ingestor- the ingestor instance
-