Uses of Interface
de.iip_ecosphere.platform.services.spring.descriptor.ProcessSpec
Packages that use ProcessSpec
Package
Description
Uses the Spring Local Cloud Deployer as Service Manager Implementation.
Interfaces describing the deployment descriptor.
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 ProcessSpecModifier and TypeMethodDescription(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.descriptorModifier and TypeInterfaceDescriptioninterfaceServer process specification of servers to be started/stopped with an application.Methods in de.iip_ecosphere.platform.services.spring.descriptor that return ProcessSpecModifier and TypeMethodDescriptionService.getProcess()Returns an optional attached process realizing the service.Methods in de.iip_ecosphere.platform.services.spring.descriptor with parameters of type ProcessSpecModifier and TypeMethodDescriptionvoidValidator.validate(ProcessSpec process) Validates the given process (and contained descriptor elements).private voidValidator.validate(ProcessSpec process, 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 ProcessSpecModifier and TypeClassDescriptionclassIf the service is not completely implemented rather than delegates functionality to an additional process that must be started and managed along with the service.classServer process specification of servers to be started/stopped with an application.