| Package | Description |
|---|---|
| org.apache.airavata |
| Modifier and Type | Method and Description |
|---|---|
static Endpoint.ServingState |
Endpoint.ServingState.fromValue(String value) |
Endpoint.ServingState |
Endpoint.getServingState()
If the endpoint is accepting and serving requests
|
static Endpoint.ServingState |
Endpoint.ServingState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Endpoint.ServingState[] |
Endpoint.ServingState.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.setServingState(Endpoint.ServingState servingState)
If the endpoint is accepting and serving requests
|
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.