Uses of Interface
org.hobbit.core.components.ContainerStateObserver
Packages that use ContainerStateObserver
-
Uses of ContainerStateObserver in org.hobbit.core.components
Fields in org.hobbit.core.components with type parameters of type ContainerStateObserverModifier and TypeFieldDescriptionprivate Map<String,ContainerStateObserver> AbstractPlatformConnectorComponent.containerObserversMethods in org.hobbit.core.components with parameters of type ContainerStateObserverModifier and TypeMethodDescriptionprotected voidAbstractPlatformConnectorComponent.addContainerObserver(String containerName, ContainerStateObserver observer) AbstractPlatformConnectorComponent.createContainer(String imageName, String[] envVariables, ContainerStateObserver observer) PlatformConnector.createContainer(String imageName, String[] envVariables, ContainerStateObserver observer) This method sends aCommands.DOCKER_CONTAINER_STARTcommand to create and start an instance of the given image using the given environment variables. -
Uses of ContainerStateObserver in org.hobbit.core.mimic
Classes in org.hobbit.core.mimic that implement ContainerStateObserverModifier and TypeClassDescriptionclassThis implementation of aMimickingAlgorithmManagercreates a Docker container for executing the mimicking algorithm and assumes that the algorithm will send its data via a RabbitMQ queue.