|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.smartgears.lifecycle.DefaultLifecycle<ContainerState>
org.gcube.smartgears.lifecycle.container.ContainerLifecycle
public class ContainerLifecycle
The Lifecycle of the application container.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
ContainerLifecycle(org.gcube.common.events.Hub hub)
Creates an instance with an event Hub. |
|
| Method Summary |
|---|
| Methods inherited from class org.gcube.smartgears.lifecycle.DefaultLifecycle |
|---|
moveTo, previous, state, tryMoveTo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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.
| Constructor Detail |
|---|
public ContainerLifecycle(org.gcube.common.events.Hub hub)
Hub.
hub - the event hub
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||