777778779780781782783784785786787
* We need to create a cadaver lock record to * maintain the locks because this object is being * deleted. */ AbstractRecord A = new CadaverLockRecord(lockStore, this, action); if (action.add(A) != AddOutcome.AR_ADDED) A = null; }