Examples of LocalXAResource


Examples of org.jboss.jca.core.spi.transaction.local.LocalXAResource

    */
   public LocalXAResource createLocalXAResource(ConnectionManager cm,
                                                String productName, String productVersion,
                                                String jndiName)
   {
      LocalXAResource result = new LocalXAResourceImpl(productName, productVersion, jndiName);
      result.setConnectionManager(cm);

      return result;
   }
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.