|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
weblogic.health.Symptom
public class Symptom
This class represents a health symptom for a component
| Nested Class Summary | |
|---|---|
static class |
Symptom.SeverityIndicates severity of the symptom |
static class |
Symptom.SymptomTypeStandardized symptom types. |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
String |
getInfo() |
String |
getInstanceId()Returns identifier of the component for which the symptom is reported |
Symptom.Severity |
getSeverity()Returns severity of the symptom |
Symptom.SymptomType |
getType()Returns type of the symptom |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Symptom(Symptom.SymptomType type,
Symptom.Severity severity,
String instanceId,
String info)
type - Symptom typeseverity - Signifies severity of the symptom from least to most severe.instanceId - An identifier which identifies the object which contributed to this symptominfo - Additional information| Method Detail |
|---|
public Symptom.SymptomType getType()
public Symptom.Severity getSeverity()
public String getInstanceId()
public String getInfo()
|
Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||