| Package | Description |
|---|---|
| de.cinovo.cloudconductor.api | |
| de.cinovo.cloudconductor.api.model |
| Modifier and Type | Method and Description |
|---|---|
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 © 2013-2014 Cinovo AG. All Rights Reserved.