*/
protected synchronized ControlImple checkHierarchy (InterposedHierarchy hier,
PropagationContext context) throws SystemException
{
ServerControl control = null;
ServerResource currentAction = hier.action(); // top-level transaction
int depth = context.parents.length;
int differenceIndex = -1; // index of the new transactions in the hierarchy
/*