| Home >> All >> org >> apache >> derby >> iapi >> services >> [ diag Javadoc ] |
org.apache.derby.iapi.services.diag: Javadoc index of package org.apache.derby.iapi.services.diag.
Package Samples:
org.apache.derby.iapi.services.diag
Classes:
DiagnosticUtil: 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. So to provide diagnostic capabiility on the implementation of class Foo.java create a class D_Foo.java. Class D_Foo must implement the Diagnosticable interface. This class provide utility functions to get at the information ...
Diagnosticable: The Diagnosticable class implements the Diagnostics protocol, and can be used as the parent class for all other Diagnosticable objects.
DiagnosticableGeneric: The Diagnosticable class implements the Diagnostics protocol, and can be used as the parent class for all other Diagnosticable objects.
Performance
| Home | Contact Us | Privacy Policy | Terms of Service |