|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.iapi.services.diag.DiagnosticableGeneric
org.apache.derby.iapi.store.raw.D_ContainerKey
public class D_ContainerKey
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_ContainerKey()
|
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 |
---|
public D_ContainerKey()
Method Detail |
---|
public java.lang.String diag()
diag
in interface Diagnosticable
diag
in class DiagnosticableGeneric
public void diag_detail(java.util.Properties prop)
Used by debugging code to print the lock table on demand.
diag_detail
in interface Diagnosticable
diag_detail
in class DiagnosticableGeneric
|
Built on Thu 2010-12-23 20:49:13+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |