| The role of this interceptor is to check for reentrancy.
Per the spec, throw an exception if instance is not marked
as reentrant. We do not check to see if same Tx is
accessing object at the same time as we assume that
any transactional locks will handle this.
WARNING: critical code, get approval from senior developers
before changing.
author: Bill Burke version: $Revision: 57209 $ |