Uses of Interface
org.jdiagnose.DiagnosticUnitLifeCycle

Packages that use DiagnosticUnitLifeCycle
org.jdiagnose   
org.jdiagnose.library   
 

Uses of DiagnosticUnitLifeCycle in org.jdiagnose
 

Classes in org.jdiagnose that implement DiagnosticUnitLifeCycle
 class DiagnosticUnit
          A Diagnostic Unit.
 

Constructors in org.jdiagnose with parameters of type DiagnosticUnitLifeCycle
DelegatingDiagnosticUnit(DiagnosticUnitLifeCycle delegate)
           
 

Uses of DiagnosticUnitLifeCycle in org.jdiagnose.library
 

Classes in org.jdiagnose.library that implement DiagnosticUnitLifeCycle
 class BasicJdbcDiagnostic
          Tests a JDBC connection using driver, url, username, password and test sql settings.
 class CheckClassPathDiagnostic
          User: jamie Date: Jun 4, 2004 Time: 8:44:57 PM
 class DiagnoseDiagnostic
          JDiagnose Diagnosic.
 class ExistsOnClasspathDiagnostic
          Ensures that a particular file is available on the classpath.
 class FailingDiagnostic
          A Diagnostic that always fails.
 class HttpsUrlDiagnostic
          Check a Https Url.
 class HttpUrlDiagnostic
          Check a Http URL.
 class JavaVersionDiagnostic
          User: jamie Date: May 31, 2004 Time: 8:12:36 PM
 class JDKDiagnostic
          User: jamie Date: Jun 4, 2004 Time: 10:58:12 AM
 class PingableDiagnostic
          Diagnoses an object that implements the Pingable interface
 class SucceedingDiagnostic
          User: jamie Date: Jun 4, 2004 Time: 8:43:15 PM
 class TcpDiagnostic
          Tries to open a Tcp Port and then closes it.
 class TimeLimitDiagnostic
          Times a diagnostic and fails if the diagnostic took longer than maxTimeLimit or shorter than minTimeLimit to finish.
 



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