{
TExportProperty p = getFirstProperty(propertyName);
if (p.isBusy(50))
{ // don't re-enter a property handler ...
cc = TErrorList.operation_busy;
MsgEntry msg = MsgLog.getLastMessage();
if (msg != null && msg.getCode() != TErrorList.operation_busy)
{ // only record if it's new
MsgLog.log("callPropertyHandler", "block "+propertyName+" handler re-entry",cc,null,0);
}
}
else synchronized (theHandler)