DiagnosticableD_BaseContainerHandle, D_BTreeController, D_ContainerKey, D_ContainerLock, D_FlushedScan, D_HeapController, D_LogToFile, D_RecordId, D_RowLock, D_Xactpublic class DiagnosticableGeneric extends java.lang.Object implements Diagnosticable
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.Object |
diag_object |
| Constructor | Description |
|---|---|
DiagnosticableGeneric() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
diag() |
Default implementation of diagnostic on the object.
|
void |
diag_detail(java.util.Properties prop) |
Default implementation of detail diagnostic on the object.
|
void |
init(java.lang.Object obj) |
public void init(java.lang.Object obj)
init in interface Diagnosticablepublic 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 DiagnosticableStandardException - 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 DiagnosticableStandardException - Standard exception policy.Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.