Uses of Interface
de.iip_ecosphere.platform.ecsRuntime.ContainerDescriptor
Packages that use ContainerDescriptor
Package
Description
Interfaces and basic implementation of the ECS runtime.
-
Uses of ContainerDescriptor in de.iip_ecosphere.platform.ecsRuntime
Classes in de.iip_ecosphere.platform.ecsRuntime with type parameters of type ContainerDescriptorModifier and TypeClassDescriptionclassAbstractContainerManager<C extends ContainerDescriptor>A basic re-usable implementation of the container manager.Classes in de.iip_ecosphere.platform.ecsRuntime that implement ContainerDescriptorModifier and TypeClassDescriptionclassBasicContainerDescriptorimplementation, e.g., including a representation of theServiceStatestatemachine.Methods in de.iip_ecosphere.platform.ecsRuntime that return ContainerDescriptorModifier and TypeMethodDescriptionContainerManager.getContainer(String id) Returns a container descriptor.Methods in de.iip_ecosphere.platform.ecsRuntime that return types with arguments of type ContainerDescriptorModifier and TypeMethodDescriptionCollection<? extends ContainerDescriptor> ContainerManager.getContainers()Returns the available (installed) containers independent of their state.Methods in de.iip_ecosphere.platform.ecsRuntime with parameters of type ContainerDescriptorModifier and TypeMethodDescriptionprivate static voidEcsAas.addContainer(de.iip_ecosphere.platform.support.aas.Submodel.SubmodelBuilder smB, ContainerDescriptor desc) Adds a container to the given submodel builder.static voidEcsAas.notifyContainerAdded(ContainerDescriptor desc) Is called when a container is added.static voidEcsAas.notifyContainerRemoved(ContainerDescriptor desc) Is called when a container is removed.static voidEcsAas.notifyContainerStateChanged(ContainerDescriptor desc) Is called when a container state changed.