org.apache.derby.impl.store.raw.log
Class D_FlushedScan

java.lang.Object
  extended by org.apache.derby.iapi.services.diag.DiagnosticableGeneric
      extended by org.apache.derby.impl.store.raw.log.D_FlushedScan
All Implemented Interfaces:
Diagnosticable

public class D_FlushedScan
extends DiagnosticableGeneric


Field Summary
 
Fields inherited from class org.apache.derby.iapi.services.diag.DiagnosticableGeneric
diag_object
 
Constructor Summary
D_FlushedScan()
           
 
Method Summary
 java.lang.String diag()
          Default implementation of diagnostic on the object.
 
Methods inherited from class org.apache.derby.iapi.services.diag.DiagnosticableGeneric
diag_detail, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

D_FlushedScan

public D_FlushedScan()
Method Detail

diag

public java.lang.String diag()
                      throws StandardException
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 interface Diagnosticable
Overrides:
diag in class DiagnosticableGeneric
Returns:
A string with diagnostic information about the object.
Throws:
StandardException - Oops.
See Also:
Diagnosticable.diag()

Built on Thu 2011-03-10 11:54:14+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.