|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.smartgears.lifecycle.DefaultLifecycle<ApplicationState>
org.gcube.smartgears.lifecycle.application.ApplicationLifecycle
public class ApplicationLifecycle
The Lifecycle of an application.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
ApplicationLifecycle(org.gcube.common.events.Hub hub,
String name)
|
|
| 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
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.
| Constructor Detail |
|---|
public ApplicationLifecycle(org.gcube.common.events.Hub hub,
String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||