org.apache.derby.iapi.services.diag |
|
Java Source File Name | Type | Comment |
Diagnosticable.java | Interface | The Diagnosticable class implements the Diagnostics protocol, and can
be used as the parent class for all other Diagnosticable objects. |
DiagnosticableGeneric.java | Class | The Diagnosticable class implements the Diagnostics protocol, and can
be used as the parent class for all other Diagnosticable objects. |
DiagnosticUtil.java | Class | The Diagnostic framework is meant to provide a way to include as much
diagnostic capability within the distributed release of the cloudscape
product without adversely affecting the runtime speed or foot print of
a running configuration that needs not use this information.
In order to decrease the class size of running objects diagnostic information
should be put in "helper" classes. |
Performance.java | Class | |