org.apache.derby.impl.store.raw.data
Class D_BaseContainerHandle

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

public class D_BaseContainerHandle
extends DiagnosticableGeneric

The D_BaseContainerHandle class provides diagnostic information about the BaseContainerHandle class. Currently this info is a single string of the form TABLE(conglomerate_id, container_id)


Field Summary
 
Fields inherited from class org.apache.derby.iapi.services.diag.DiagnosticableGeneric
diag_object
 
Constructor Summary
D_BaseContainerHandle()
           
 
Method Summary
 void diag_detail(java.util.Properties prop)
          Return a set of properties describing the the key used to lock container.
 java.lang.String diag()
          Return string identifying the underlying container.
 
Methods inherited from class org.apache.derby.iapi.services.diag.DiagnosticableGeneric
init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

D_BaseContainerHandle

public D_BaseContainerHandle()
Method Detail

diag

public java.lang.String diag()
                      throws StandardException
Return string identifying the underlying container.

Specified by:
diag in interface Diagnosticable
Overrides:
diag in class DiagnosticableGeneric
Returns:
A string of the form TABLE(conglomerate_id, container_id).
Throws:
StandardException - Standard Cloudscape Error

diag_detail

public void diag_detail(java.util.Properties prop)
                 throws StandardException
Return a set of properties describing the the key used to lock container.

Used by debugging code to print the lock table on demand.

Specified by:
diag_detail in interface Diagnosticable
Overrides:
diag_detail in class DiagnosticableGeneric
Throws:
StandardException - Standard exception policy.

Built on Mon 2007-06-04 09:58:47+0400, from revision ???

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