**/
public void diag_detail(Properties prop)
throws StandardException
{
BaseContainerHandle ch = (BaseContainerHandle) diag_object;
ContainerKey key = ch.getId();
prop.put(RowLock.DIAG_CONTAINERID, Long.toString(key.getContainerId()));
prop.put(RowLock.DIAG_SEGMENTID, Long.toString(key.getSegmentId()));
// The following 2 don't make sense for container locks, just set
// them to 0 to make it easier for now to tree container locks and
// row locks similarly.
prop.put(RowLock.DIAG_PAGENUM, Integer.toString(0));