| Package | Description |
|---|---|
| org.hobbit.controller | |
| org.hobbit.controller.docker |
| Modifier and Type | Class and Description |
|---|---|
class |
PlatformController
This class implements the functionality of the central platform controller.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerTerminationCallbackImpl
Created by Timofey Ermilov on 01/09/16.
|
| Modifier and Type | Field and Description |
|---|---|
private List<ContainerTerminationCallback> |
ContainerStateObserverImpl.terminationCallbacks
List of termination callbacks that are called if one of the monitored
containers was terminated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerStateObserver.addTerminationCallback(ContainerTerminationCallback callback)
Adds the callback that will be notified using
notifyTermination(String, int) |
void |
ContainerStateObserverImpl.addTerminationCallback(ContainerTerminationCallback callback) |
void |
ContainerStateObserver.removeTerminationCallback(ContainerTerminationCallback callback)
Removes the callback that will be notified using
notifyTermination(String, int) |
void |
ContainerStateObserverImpl.removeTerminationCallback(ContainerTerminationCallback callback) |
Copyright © 2017–2018. All rights reserved.