Uses of Interface
org.hobbit.core.components.ContainerStateObserver
-
Packages that use ContainerStateObserver Package Description org.hobbit.core.components org.hobbit.core.mimic -
-
Uses of ContainerStateObserver in org.hobbit.core.components
Fields in org.hobbit.core.components with type parameters of type ContainerStateObserver Modifier and Type Field Description private Map<String,ContainerStateObserver>AbstractPlatformConnectorComponent. containerObserversMethods in org.hobbit.core.components with parameters of type ContainerStateObserver Modifier and Type Method Description protected voidAbstractPlatformConnectorComponent. addContainerObserver(String containerName, ContainerStateObserver observer)StringAbstractPlatformConnectorComponent. createContainer(String imageName, String[] envVariables, ContainerStateObserver observer)StringPlatformConnector. 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 ContainerStateObserver Modifier and Type Class Description classDockerBasedMimickingAlgThis implementation of aMimickingAlgorithmManagercreates a Docker container for executing the mimicking algorithm and assumes that the algorithm will send its data via a RabbitMQ queue.
-