Diagnosticable
D_BaseContainerHandle
, D_BTreeController
, D_ContainerKey
, D_ContainerLock
, D_FlushedScan
, D_HeapController
, D_LogToFile
, D_RecordId
, D_RowLock
, D_Xact
public 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 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.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.