| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Information about the outcome of some activity.
Field Summary | |
static int | CANCEL
The bit mask value 0x1 for a severity indicating that the diagnosis was canceled. |
static int | ERROR
The bit mask value 0x1 for a severity indicating there is an error message. |
static int | INFO
The bit mask value 0x1 for a severity indicating there is an informational message. |
static int | OK
The bit mask value 0x0 for a severity indicating everything is okay. |
static Diagnostic | OK_INSTANCE
A diagnostic indicating that everything is okay. |
static int | WARNING
The bit mask value 0x2 for a severity indicating there is warning message. |
Method Summary | |
List | getChildren()
Returns the list of child diagnostics. |
int | getCode()
Returns source-specific identity code. |
List | getData()
Returns the arbitrary associated list of data. |
String | getMessage()
Returns a message describing the situation. |
int | getSeverity()
Returns an indicator of the severity of the problem. |
String | getSource()
Returns the unique identifier of the source. |
Field Detail |
public static final int OK
public static final int INFO
public static final int WARNING
public static final int ERROR
public static final int CANCEL
public static final Diagnostic OK_INSTANCE
Method Detail |
public int getSeverity()
public String getMessage()
public String getSource()
public int getCode()
public List getData()
public List getChildren()
|
Copyright 2001-2004 IBM Corporation and others. All Rights Reserved. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |