Class YamlService
java.lang.Object
de.iip_ecosphere.platform.services.environment.AbstractYamlService
de.iip_ecosphere.platform.services.environment.YamlService
Information about a single service.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns an optional attached process realizing the service.voidsetProcess(YamlProcess process) Defines an optional attached process realizing the service.Methods inherited from class de.iip_ecosphere.platform.services.environment.AbstractYamlService
getApplicationId, getApplicationInstanceId, getDescription, getId, getKind, getName, getNetMgtKey, getServiceId, getTransportChannel, getVersion, isDeployable, isTopLevel, setApplicationId, setDeployable, setDescription, setId, setKind, setName, setNetMgtKey, setTopLevel, setTransportChannel, setVersion
-
Field Details
-
process
-
-
Constructor Details
-
YamlService
public YamlService()
-
-
Method Details
-
getProcess
Returns an optional attached process realizing the service.- Returns:
- the process information, may be null
-
setProcess
Defines an optional attached process realizing the service. [required by SnakeYaml]- Parameters:
process- the process information, may be null
-