org.ofbiz.entity.connection
Class XaPoolConnectionFactory

java.lang.Object
  extended by org.ofbiz.entity.connection.XaPoolConnectionFactory

public class XaPoolConnectionFactory
extends java.lang.Object

JotmFactory - Central source for JOTM JDBC Objects


Field Summary
protected static java.util.Map dsCache
           
static java.lang.String module
           
 
Constructor Summary
XaPoolConnectionFactory()
           
 
Method Summary
static void closeAll()
           
static java.sql.Connection getConnection(java.lang.String helperName, org.w3c.dom.Element jotmJdbcElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

public static final java.lang.String module

dsCache

protected static java.util.Map dsCache
Constructor Detail

XaPoolConnectionFactory

public XaPoolConnectionFactory()
Method Detail

getConnection

public static java.sql.Connection getConnection(java.lang.String helperName,
                                                org.w3c.dom.Element jotmJdbcElement)
                                         throws java.sql.SQLException,
                                                GenericEntityException
Throws:
java.sql.SQLException
GenericEntityException

closeAll

public static void closeAll()