Examples of notifyTransactionPrepare()


Examples of com.sun.messaging.jmq.jmsserver.management.agent.Agent.notifyTransactionPrepare()

            }
            translist.updateState(id, s, onephasePrepare, persist);
            prepared = true;
            try {
                Agent agent = Globals.getAgent();
                if (agent != null) agent.notifyTransactionPrepare(id);
            } catch (Throwable t ) {
                logger.log(Logger.WARNING,
                "XXXI18N - JMX agent notify transaction prepared failed: "+t.getMessage());
            }
        } finally {
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.