|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.edg.data.util.ConnectionFactory | +--org.edg.data.util.JNDIConnectionFactory
A JNDI based connection factory.
Field Summary |
Fields inherited from class org.edg.data.util.ConnectionFactory |
m_log |
Constructor Summary | |
JNDIConnectionFactory(javax.naming.Context initCtx,
java.lang.String dataSourceName)
|
Method Summary | |
java.sql.Connection |
connection()
|
Methods inherited from class org.edg.data.util.ConnectionFactory |
getMaxColumnNameSize, getVendor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JNDIConnectionFactory(javax.naming.Context initCtx, java.lang.String dataSourceName) throws javax.naming.NamingException
Method Detail |
public java.sql.Connection connection() throws java.sql.SQLException
connection
in class ConnectionFactory
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |