| Package | Description |
|---|---|
| org.hobbit.controller | |
| org.hobbit.controller.docker |
| Modifier and Type | Field and Description |
|---|---|
protected ContainerStateObserver |
PlatformController.containerObserver
The observer of docker containers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerStateObserverImpl
This class implements the
ContainerStateObserver interface by
starting a scheduled job that retrieves a list of containers and their status
using the given ContainerManager. |
| Modifier and Type | Field and Description |
|---|---|
private List<ContainerStateObserver> |
ContainerManagerImpl.containerObservers
Observers that should be notified if a container terminates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerManager.addContainerObserver(ContainerStateObserver containerObserver)
Adds the given observer to the list of internal observers.
|
void |
ContainerManagerImpl.addContainerObserver(ContainerStateObserver containerObserver) |
Copyright © 2017–2018. All rights reserved.