Uses of Interface
de.iip_ecosphere.platform.services.spring.descriptor.ProcessSpec
-
Packages that use ProcessSpec Package Description de.iip_ecosphere.platform.services.spring Uses the Spring Local Cloud Deployer as Service Manager Implementation.de.iip_ecosphere.platform.services.spring.descriptor Interfaces describing the deployment descriptor.de.iip_ecosphere.platform.services.spring.yaml Yaml implementation of the file-based artifact descriptor. -
-
Uses of ProcessSpec in de.iip_ecosphere.platform.services.spring
Methods in de.iip_ecosphere.platform.services.spring with parameters of type ProcessSpec Modifier and Type Method Description (package private) intSpringCloudServiceDescriptor. startProcess(SpringCloudServiceSetup config, ProcessSpec pSpec)Starts the non-Java execution process if needed. -
Uses of ProcessSpec in de.iip_ecosphere.platform.services.spring.descriptor
Subinterfaces of ProcessSpec in de.iip_ecosphere.platform.services.spring.descriptor Modifier and Type Interface Description interfaceServerServer process specification of servers to be started/stopped with an application.Methods in de.iip_ecosphere.platform.services.spring.descriptor that return ProcessSpec Modifier and Type Method Description ProcessSpecService. getProcess()Returns an optional attached process realizing the service.Methods in de.iip_ecosphere.platform.services.spring.descriptor with parameters of type ProcessSpec Modifier and Type Method Description voidValidator. validate(ProcessSpec process)Validates the given process (and contained descriptor elements).private voidValidator. validate(ProcessSpec process, java.lang.String msgContext)Validates the given process (and contained descriptor elements). -
Uses of ProcessSpec in de.iip_ecosphere.platform.services.spring.yaml
Classes in de.iip_ecosphere.platform.services.spring.yaml that implement ProcessSpec Modifier and Type Class Description classYamlProcessIf the service is not completely implemented rather than delegates functionality to an additional process that must be started and managed along with the service.classYamlServerServer process specification of servers to be started/stopped with an application.
-