public class ApplicationLifecycle extends DefaultLifecycle<ApplicationState>
Lifecycle of an application.| Modifier and Type | Field and Description |
|---|---|
static String |
activation
The event qualifier that correspond to the
ApplicationState.active state of the service lifecycle. |
static String |
failure
The event qualifier that correspond to the
ApplicationState.failed state of the service lifecycle. |
static String |
start
The event qualifier that correspond to the
ApplicationState.started state of the service lifecycle. |
static String |
stop
The event qualifier that correspond to the
ApplicationState#started#stopped state of the service lifecycle. |
| Constructor and Description |
|---|
ApplicationLifecycle(org.gcube.common.events.Hub hub,
String name) |
public static final String start
ApplicationState.started state of the service lifecycle.public static final String activation
ApplicationState.active state of the service lifecycle.public static final String stop
ApplicationState#started#stopped state of the service lifecycle.public static final String failure
ApplicationState.failed state of the service lifecycle.public ApplicationLifecycle(org.gcube.common.events.Hub hub,
String name)
Copyright © 2020. All Rights Reserved.