public class ContainerTerminationCallbackImpl extends Object implements ContainerTerminationCallback
| Modifier and Type | Field and Description |
|---|---|
String |
containerId |
int |
exitCode |
| Constructor and Description |
|---|
ContainerTerminationCallbackImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
notifyTermination(String containerId,
int exitCode)
This method is called if the container with the given container Id
terminated.
|
public String containerId
public int exitCode
public void notifyTermination(String containerId, int exitCode)
ContainerTerminationCallbacknotifyTermination in interface ContainerTerminationCallbackcontainerId - the id of the container that terminatedexitCode - the exit code of the containerCopyright © 2017–2018. All rights reserved.