Class D_BaseContainerHandle
- java.lang.Object
-
- org.apache.derby.iapi.services.diag.DiagnosticableGeneric
-
- org.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
Constructors Constructor Description D_BaseContainerHandle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringdiag()Return string identifying the underlying container.voiddiag_detail(java.util.Properties prop)Return a set of properties describing the the key used to lock container.-
Methods inherited from class org.apache.derby.iapi.services.diag.DiagnosticableGeneric
init
-
-
-
-
Method Detail
-
diag
public java.lang.String diag() throws StandardExceptionReturn string identifying the underlying container.- Specified by:
diagin interfaceDiagnosticable- Overrides:
diagin classDiagnosticableGeneric- Returns:
- A string of the form TABLE(conglomerate_id, container_id).
- Throws:
StandardException- Standard Derby Error
-
diag_detail
public void diag_detail(java.util.Properties prop) throws StandardExceptionReturn 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_detailin interfaceDiagnosticable- Overrides:
diag_detailin classDiagnosticableGeneric- Throws:
StandardException- Standard exception policy.
-
-