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

java.lang.Object
  extended byorg.apache.derby.iapi.services.diag.DiagnosticableGeneric
      extended byorg.apache.derby.iapi.store.raw.D_ContainerLock
All Implemented Interfaces:
Diagnosticable

public class D_ContainerLock
extends DiagnosticableGeneric

The D_ContainerLock class provides diagnostic information about the ContainerLock 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_ContainerLock()
           
 
Method Summary
 java.lang.String diag()
          Return string describing id of container.
 
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_ContainerLock

public D_ContainerLock()
Method Detail

diag

public java.lang.String diag()
                      throws StandardException
Return string describing id of container.

Specified by:
diag in interface Diagnosticable
Overrides:
diag in class DiagnosticableGeneric
Returns:
A string of the form: ContainerKey(segment_id, container_id)
Throws:
StandardException - Standard Cloudscape error policy


Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.