| Package | Description |
|---|---|
| weblogic.health |
Provides interfaces for
weblogic.health. |
| Modifier and Type | Method and Description |
|---|---|
Symptom.SymptomType |
Symptom.getType()
Returns type of the symptom
|
static Symptom.SymptomType |
Symptom.SymptomType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Symptom.SymptomType[] |
Symptom.SymptomType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Symptom(Symptom.SymptomType type,
Symptom.Severity severity,
String instanceId,
String info)
A Symptom object represents a structured observation reported by a component
with its health state.
|