| java.lang.Object org.h2.jdbcx.JdbcDataSourceFactory
JdbcDataSourceFactory | public class JdbcDataSourceFactory implements ObjectFactory(Code) | | This class is used to create new DataSource objects.
An application should not use this class directly.
|
JdbcDataSourceFactory | public JdbcDataSourceFactory()(Code) | | The public constructor to create new factory objects.
|
getObjectInstance | public synchronized Object getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable environment) throws Exception(Code) | | Creates a new object using the specified location or reference
information.
Parameters: obj - the reference (this factory only supports objects of typejavax.naming.Reference) Parameters: name - unused Parameters: nameCtx - unused Parameters: environment - unused the new JdbcDataSource, or null if the reference class name isnot JdbcDataSource. |
|
|