Package com.sun.messaging.bridge.service.jms.tx

Examples of com.sun.messaging.bridge.service.jms.tx.BranchXid


        if (_logger.isLoggable(Level.FINE)) {
            _logger.log(Level.FINE, "jdbcTxLog: log branch heuristic decision  "+lr);
        }

        final GlobalXid gxid = lr.getGlobalXid();
        final BranchXid branchXid = bxid;
        final LogRecord newlr = lr;

    super.checkClosedAndSetInProgress();
        try {
View Full Code Here

TOP

Related Classes of com.sun.messaging.bridge.service.jms.tx.BranchXid

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.