Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.apache.derby.iapi.services.diag.Diagnosticable

Uses of Diagnosticable in org.apache.derby.iapi.services.diag
 

Classes in org.apache.derby.iapi.services.diag that implement Diagnosticable
 class DiagnosticableGeneric
          The Diagnosticable class implements the Diagnostics protocol, and can be used as the parent class for all other Diagnosticable objects.
 

Methods in org.apache.derby.iapi.services.diag that return Diagnosticable
static Diagnosticable DiagnosticUtil.findDiagnostic(java.lang.Object ref)
          Given an object return instance of the diagnostic object for this class.