| Package | Description |
|---|---|
| org.apache.airavata |
| Modifier and Type | Method and Description |
|---|---|
static Endpoint.HealthState |
Endpoint.HealthState.fromValue(String value) |
Endpoint.HealthState |
Endpoint.getHealthState()
The operational status of the Endpoint
|
static Endpoint.HealthState |
Endpoint.HealthState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Endpoint.HealthState[] |
Endpoint.HealthState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Endpoint.setHealthState(Endpoint.HealthState healthState)
The operational status of the Endpoint
|
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.