Examples of notifyTransactionCommit()


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

           * Can't really call the JMX notification code at the end of doCommit()
           * because the call to translist.removeTransactionID(id) removes the MBean.
           */
          Agent agent = Globals.getAgent();
          if (agent != null)  {
            agent.notifyTransactionCommit(id);
          }
        } catch (Exception e) {
            logger.log(Logger.WARNING, "JMX agent notify transaction committed failed:"+e.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.