Home » MySQL-JDBC-5.1.11 » com.mysql.jdbc.jdbc2.optional » [javadoc | source]
com.mysql.jdbc.jdbc2.optional
public class: MysqlDataSourceFactory [javadoc | source]
java.lang.Object
   com.mysql.jdbc.jdbc2.optional.MysqlDataSourceFactory

All Implemented Interfaces:
    ObjectFactory

Factory class for MysqlDataSource objects
Field Summary
protected static final  String DATA_SOURCE_CLASS_NAME    The class name for a standard MySQL DataSource. 
protected static final  String POOL_DATA_SOURCE_CLASS_NAME    The class name for a poolable MySQL DataSource. 
protected static final  String XA_DATA_SOURCE_CLASS_NAME    The class name for a MysqlXADataSource 
Method from com.mysql.jdbc.jdbc2.optional.MysqlDataSourceFactory Summary:
getObjectInstance
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.mysql.jdbc.jdbc2.optional.MysqlDataSourceFactory Detail:
 public Object getObjectInstance(Object refObj,
    Name nm,
    Context ctx,
    Hashtable env) throws Exception 
    DOCUMENT ME!