Class D_FlushedScan
java.lang.Object
org.apache.derby.iapi.services.diag.DiagnosticableGeneric
org.apache.derby.impl.store.raw.log.D_FlushedScan
- All Implemented Interfaces:
Diagnosticable
-
Field Summary
Fields inherited from class org.apache.derby.iapi.services.diag.DiagnosticableGeneric
diag_object
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.derby.iapi.services.diag.DiagnosticableGeneric
diag_detail, init
-
Constructor Details
-
D_FlushedScan
public D_FlushedScan()
-
-
Method Details
-
diag
Description copied from class:DiagnosticableGeneric
Default implementation of diagnostic on the object.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.
- Specified by:
diag
in interfaceDiagnosticable
- Overrides:
diag
in classDiagnosticableGeneric
- Returns:
- A string with diagnostic information about the object.
- Throws:
StandardException
- Oops.- See Also:
-