|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the primary interface for JDiagnose. Classes that implement this interface are expected to have a name and possibly some children. Once the diagnose method is called, the Diagnostic should notify listeners of the progress or the diagnosis. User: jamie Date: May 29, 2004 Time: 10:19:56 PM
Method Summary | |
void |
diagnose()
Run this diagnostic. |
java.lang.String |
getName()
Returns the name of the diagnostic. |
Method Detail |
public java.lang.String getName()
public void diagnose() throws DiagnosticException
DiagnosticException
- if the diagnostic failed
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |