org.apache.derby.iapi.store.raw
Class D_RowLock

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

public class D_RowLock
extends DiagnosticableGeneric

The D_RowLock class provides diagnostic information about the RowLock qualifer, and is used for output in lock debugging.


Field Summary
private static java.lang.String[] names
           
 
Fields inherited from class org.apache.derby.iapi.services.diag.DiagnosticableGeneric
diag_object
 
Constructor Summary
D_RowLock()
           
 
Method Summary
 java.lang.String diag()
          Return the string for the qualifier.
 
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
 

Field Detail

names

private static java.lang.String[] names
Constructor Detail

D_RowLock

public D_RowLock()
Method Detail

diag

public java.lang.String diag()
                      throws StandardException
Return the string for the qualifier.

Specified by:
diag in interface Diagnosticable
Overrides:
diag in class DiagnosticableGeneric
Returns:
A string with diagnostic information about the object.
Throws:
StandardException - Standard Derby error policy

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

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