| Package | Description |
|---|---|
| de.cinovo.cloudconductor.api | |
| de.cinovo.cloudconductor.api.model |
| Modifier and Type | Field and Description |
|---|---|
static ServiceState[] |
ServiceState.INFLIGHT_STATES
states in flight/ in transition
|
static ServiceState[] |
ServiceState.RESTARTING_STATES
all states providing restart information
|
static ServiceState[] |
ServiceState.STABLE_STATES
stable states
|
static ServiceState[] |
ServiceState.STARTED_STATES
started states
|
static ServiceState[] |
ServiceState.STOPPED_STATES
stopped states
|
| Modifier and Type | Method and Description |
|---|---|
ServiceState |
ServiceState.next() |
static ServiceState |
ServiceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceState[] |
ServiceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceState |
Service.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
Service.setState(ServiceState state) |
| Constructor and Description |
|---|
Service(String name,
String description,
String initScript,
ServiceState state,
Set<String> pkgs)
Class constructor.
|
Copyright © 2014-2016 Cinovo AG. All Rights Reserved.