Skip navigation links

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


weblogic.health
Class Symptom

java.lang.Object
  extended by weblogic.health.Symptom

All Implemented Interfaces:
Serializable

public class Symptom
extends Object
implements Serializable

This class represents a health symptom for a component

See Also:
Serialized Form

Nested Class Summary
static class Symptom.Severity
          Indicates severity of the symptom
static class Symptom.SymptomType
          Standardized 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

Symptom

public 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.
Parameters:
type - Symptom type
severity - Signifies severity of the symptom from least to most severe.
instanceId - An identifier which identifies the object which contributed to this symptom
info - Additional information

Method Detail

getType

public Symptom.SymptomType getType()
Returns type of the symptom
Returns:
Symptom type

getSeverity

public Symptom.Severity getSeverity()
Returns severity of the symptom
Returns:
Symptom severity

getInstanceId

public String getInstanceId()
Returns identifier of the component for which the symptom is reported
Returns:
Instance identifier

getInfo

public String getInfo()
Returns:
Additional information about the symptom

Skip navigation links

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