Uses of Interface
org.gcube.smartgears.lifecycle.State
-
Packages that use State Package Description org.gcube.smartgears.lifecycle org.gcube.smartgears.lifecycle.application org.gcube.smartgears.lifecycle.container -
-
Uses of State in org.gcube.smartgears.lifecycle
Classes in org.gcube.smartgears.lifecycle with type parameters of type State Modifier and Type Class Description classDefaultLifecycle<S extends State<S>>interfaceLifecycle<S extends State<S>>The lifecycle of an application managed as a gCube service.interfaceState<S extends State<S>> -
Uses of State in org.gcube.smartgears.lifecycle.application
Classes in org.gcube.smartgears.lifecycle.application that implement State Modifier and Type Class Description classApplicationStateThe state and state transitions of the lifecycle of an application managed as a gCube service. -
Uses of State in org.gcube.smartgears.lifecycle.container
Classes in org.gcube.smartgears.lifecycle.container that implement State Modifier and Type Class Description classContainerStateThe state and state transitions of the lifecycle of an application managed as a gCube service.
-