|
MySQL Connector/J size='-1'>5.0.8 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mysql.jdbc.jdbc2.optional.MysqlDataSourceFactory
public class MysqlDataSourceFactory
Factory class for MysqlDataSource objects
Field Summary | |
---|---|
protected static java.lang.String |
DATA_SOURCE_CLASS_NAME
The class name for a standard MySQL DataSource. |
protected static java.lang.String |
POOL_DATA_SOURCE_CLASS_NAME
The class name for a poolable MySQL DataSource. |
protected static java.lang.String |
XA_DATA_SOURCE_CLASS_NAME
The class name for a MysqlXADataSource |
Constructor Summary | |
---|---|
MysqlDataSourceFactory()
|
Method Summary | |
---|---|
java.lang.Object |
getObjectInstance(java.lang.Object refObj,
javax.naming.Name nm,
javax.naming.Context ctx,
java.util.Hashtable env)
DOCUMENT ME! |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String DATA_SOURCE_CLASS_NAME
protected static final java.lang.String POOL_DATA_SOURCE_CLASS_NAME
protected static final java.lang.String XA_DATA_SOURCE_CLASS_NAME
Constructor Detail |
---|
public MysqlDataSourceFactory()
Method Detail |
---|
public java.lang.Object getObjectInstance(java.lang.Object refObj, javax.naming.Name nm, javax.naming.Context ctx, java.util.Hashtable env) throws java.lang.Exception
getObjectInstance
in interface javax.naming.spi.ObjectFactory
refObj
- DOCUMENT ME!nm
- DOCUMENT ME!ctx
- DOCUMENT ME!env
- DOCUMENT ME!
java.lang.Exception
- DOCUMENT ME!
|
MySQL Connector/J size='-1'>5.0.8 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |