Package org.jboss.jca.core.connectionmanager.xa

Examples of org.jboss.jca.core.connectionmanager.xa.XAResourceWrapperImpl


               eisProductVersion = getJndiName();

            if (trace)
               getLog().trace("Generating XAResourceWrapper for TxConnectionManager" + this);

            xaResource = new XAResourceWrapperImpl(mc.getXAResource(), padXid,
                                                   isSameRMOverride, eisProductName, eisProductVersion);
         }
         else
         {
            if (trace)
View Full Code Here


            {
               // Ignore
            }

            getLog().trace("Generating XAResourceWrapper for TxConnectionManager" + this);
            xaResource = new XAResourceWrapperImpl(mc.getXAResource(), padXid,
                  isSameRMOverrideValue, eisProductName, eisProductVersion);
         }
        
         else
         {
View Full Code Here

TOP

Related Classes of org.jboss.jca.core.connectionmanager.xa.XAResourceWrapperImpl

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.