true if this method shall block when the desired lock level can not be acquired
@param reentrant true if lock levels of the same entity acquired earlier should not restrict compatibility with the lock level desired now
@param timeoutMSecs if blocking is enabled by the wait parameter this specifies the maximum wait time in milliseconds
@return true if the lock actually was acquired
@throws InterruptedException when the thread waiting on this method is interrupted
| |