Uses of Interface
org.jdiagnose.Pingable

Packages that use Pingable
org.jdiagnose.library   
org.jdiagnose.remote   
 

Uses of Pingable in org.jdiagnose.library
 

Methods in org.jdiagnose.library that return Pingable
 Pingable PingableDiagnostic.getPingable()
           
 

Methods in org.jdiagnose.library with parameters of type Pingable
 void PingableDiagnostic.setPingable(Pingable pingable)
           
 

Constructors in org.jdiagnose.library with parameters of type Pingable
PingableDiagnostic(java.lang.String name, Pingable pingable)
          Create a new DiagnosticUnit with a Fully Qualified Name
PingableDiagnostic(Pingable pingable)
          Creates a new DiagnosticUnit.
 

Uses of Pingable in org.jdiagnose.remote
 

Classes in org.jdiagnose.remote that implement Pingable
 class SendingResultListener
          Listens for DiagnosticResults and then sends them.
 class StdErrExceptionListener
          Prints exceptions out to stderr (or any configured printstream)
 



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