Package jifx.commons.link

Examples of jifx.commons.link.ILink.sendMessage()


        logger.debug(transName+"|Mensaje de respuesta: |" + iMessage);
      }
      // enviar el mensaje a la cola de Response
      if (iMessage != null) {
        ILink link = LinkFactory.getFactory().getLinkChannel(connection);
        link.sendMessage(iMessage);
      }
      logger.info(transName+"| Transacción terminada.|");
    } catch (InstantiationException e) {
      logger.error(transName+"| No se encontró la clase de respuesta: "+e.getMessage()+"|");
    } catch (IllegalAccessException e) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.