| Package | Description |
|---|---|
| org.glassfish.gms.bootstrap |
| Modifier and Type | Field and Description |
|---|---|
HealthHistory.STATE |
HealthHistory.InstanceHealth.state
The last-known state of the instance.
|
| Modifier and Type | Method and Description |
|---|---|
static HealthHistory.STATE |
HealthHistory.STATE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HealthHistory.STATE[] |
HealthHistory.STATE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
HealthHistory.getInstancesByState(HealthHistory.STATE targetState)
The returned list may be modified without affecting
the information in the HealthHistory object.
|
Copyright © 2017. All rights reserved.