| Package | Description |
|---|---|
| de.cinovo.cloudconductor.api.enums | |
| de.cinovo.cloudconductor.api.model |
| Modifier and Type | Field and Description |
|---|---|
static ServiceState[] |
ServiceState.INFLIGHT_STATES
states in flight/ in transition
|
| Modifier and Type | Method and Description |
|---|---|
ServiceState |
ServiceState.next() |
static ServiceState |
ServiceState.valueOf(java.lang.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 |
|---|---|
boolean |
ServiceState.isStateChangePossible(ServiceState nextState) |
| Modifier and Type | Method and Description |
|---|---|
ServiceState |
Service.getState() |
ServiceState |
ServiceDefaultState.getState() |
ServiceState |
ChangeServiceState.getTargetState() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,ServiceState> |
Host.getServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceDefaultState.setDefaultState(ServiceState defaultState) |
void |
Service.setState(ServiceState state) |
void |
ChangeServiceState.setTargetState(ServiceState targetState) |
| Modifier and Type | Method and Description |
|---|---|
void |
Host.setServices(java.util.Map<java.lang.String,ServiceState> services) |
| Constructor and Description |
|---|
ServiceDefaultState(java.lang.String template,
java.lang.String service,
ServiceState state) |
Copyright © 2017-2020 Cinovo AG. All Rights Reserved.