Package com.sun.messaging.jmq.jmsclient

Examples of com.sun.messaging.jmq.jmsclient.XAConnectionImpl.generateUID()


 
    if (raUID==null && !_isRADirect()){
      try {
        // Note that we deliberately create this connection when first needed rather than in start() to avoid CR 6986977
        XAConnectionImpl xaci = (com.sun.messaging.jmq.jmsclient.XAConnectionImpl) xacf.createXAConnection();
        raUID = Long.toString(xaci.generateUID());
        xaci.close();
      } catch (JMSException jmse){
        _loggerB.severe("Unable to generate UID:"+jmse.getMessage());
      }
    }
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.