Package de.desy.tine.server.logger.MsgLog

Examples of de.desy.tine.server.logger.MsgLog.MsgEntry


      {
        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)
View Full Code Here

TOP

Related Classes of de.desy.tine.server.logger.MsgLog.MsgEntry

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.