public class DiagnosticableGeneric extends java.lang.Object implements Diagnosticable
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
diag_object |
Constructor and Description |
---|
DiagnosticableGeneric() |
Modifier and Type | Method and Description |
---|---|
void |
diag_detail(java.util.Properties prop)
Default implementation of detail diagnostic on the object.
|
java.lang.String |
diag()
Default implementation of diagnostic on the object.
|
void |
init(java.lang.Object obj) |
public void init(java.lang.Object obj)
init
in interface Diagnosticable
public java.lang.String diag() throws StandardException
This routine returns a string with whatever diagnostic information you would like to provide about this object.
This routine should be overriden by a real implementation of the diagnostic information you would like to provide.
diag
in interface Diagnosticable
StandardException
- Standard exception policy.public void diag_detail(java.util.Properties prop) throws StandardException
This routine should be overriden if there is detail diagnostics to be provided by a real implementation.
diag_detail
in interface Diagnosticable
StandardException
- Standard exception policy.Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.