org.jdiagnose.runtime
Interface DiagnosticResult

All Superinterfaces:
ResultInfo
All Known Implementing Classes:
DefaultDiagnosticResult

public interface DiagnosticResult
extends ResultInfo

Diagnostic Result Interface. This should contain all the information about a particular diagnostic run. User: jamie Date: May 30, 2004 Time: 12:21:19 AM


Method Summary
 void diagnose()
          Rerun the diagnostic associated with this result
 Diagnostic getDiagnostic()
           
 
Methods inherited from interface org.jdiagnose.ResultInfo
getDuration, getFinishTime, getMessage, getName, getStartTime, getState
 

Method Detail

diagnose

public void diagnose()
Rerun the diagnostic associated with this result


getDiagnostic

public Diagnostic getDiagnostic()


Copyright © 2004-2005 Grape Design Limited. All Rights Reserved.