Package org.goobi.mq

Examples of org.goobi.mq.WebServiceResult


      beschr = beschreibung;
    }

    String compoundMessage = msg.replaceFirst(":\\s*$", "") + ": " + beschr;
    if (activeMQReporting != null) {
      new WebServiceResult(activeMQReporting.get("queueName"), activeMQReporting.get("id"), nurInfo ? ReportLevel.INFO : ReportLevel.ERROR,
          compoundMessage).send();
    }
    if (context != null) {
      context.addMessage(control, new FacesMessage(nurInfo ? FacesMessage.SEVERITY_INFO : FacesMessage.SEVERITY_ERROR, msg, beschr));
    } else {
View Full Code Here

TOP

Related Classes of org.goobi.mq.WebServiceResult

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.