public class ContainerLifecycle extends DefaultLifecycle<ContainerState>
Lifecycle of the application container.| Modifier and Type | Field and Description |
|---|---|
static String |
activation
The event qualifier that correspond to the
ContainerState.partActive state of the container lifecycle. |
static String |
failure
The event qualifier that correspond to the
ContainerState#fa state of the container lifecycle. |
static String |
part_activation
The event qualifier that correspond to the
ContainerState.active state of the container lifecycle. |
static String |
start
The event qualifier that correspond to the
ContainerState.started state of the container lifecycle. |
static String |
stop
The event qualifier that correspond to the
ContainerState.stopped state of the container lifecycle. |
| Constructor and Description |
|---|
ContainerLifecycle(org.gcube.common.events.Hub hub)
Creates an instance with an event
Hub. |
public static final String start
ContainerState.started state of the container lifecycle.public static final String activation
ContainerState.partActive state of the container lifecycle.public static final String part_activation
ContainerState.active state of the container lifecycle.public static final String stop
ContainerState.stopped state of the container lifecycle.public static final String failure
ContainerState#fa state of the container lifecycle.Copyright © 2014. All Rights Reserved.