org.apache.derby.impl.services.locks
Class D_ActiveLock

java.lang.Object
  extended by org.apache.derby.impl.services.locks.D_Lock
      extended by org.apache.derby.impl.services.locks.D_ActiveLock
All Implemented Interfaces:
Diagnosticable

public class D_ActiveLock
extends D_Lock


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

Constructor Detail

D_ActiveLock

public D_ActiveLock()
Method Detail

diag

public java.lang.String diag()
                      throws StandardException
Description copied from interface: Diagnosticable
Default implementation of diagnostic on the object.

This routine returns a string with whatever diagnostic information you would like to provide about this associated object passed in the init() call.

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 D_Lock
Returns:
A string with diagnostic information about the object.
Throws:
StandardException - Standard Derby 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.