|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jdiagnose.DelegatingDiagnosticUnit
Used by DiagnosticUnit
User: jamie Date: May 29, 2004 Time: 11:14:24 PM
Constructor Summary | |
DelegatingDiagnosticUnit(DiagnosticUnitLifeCycle delegate)
|
Method Summary | |
void |
diagnose()
Run this diagnostic. |
java.util.List |
getDiagnosticContainers()
|
java.util.List |
getDiagnostics()
Returns any children of this diagnostic. |
java.lang.String |
getName()
Returns the name of the diagnostic. |
protected java.util.List |
getReflectedDiagnostics()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DelegatingDiagnosticUnit(DiagnosticUnitLifeCycle delegate)
Method Detail |
public java.lang.String getName()
DiagnosticContainer
getName
in interface DiagnosticContainer
protected java.util.List getReflectedDiagnostics()
public java.util.List getDiagnostics()
DiagnosticContainer
getDiagnostics
in interface DiagnosticContainer
public java.util.List getDiagnosticContainers()
getDiagnosticContainers
in interface DiagnosticContainer
public void diagnose() throws DiagnosticException
Diagnostic
diagnose
in interface Diagnostic
DiagnosticException
- if the diagnostic failed
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |