All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.imaginary.sql.msql.MsqlDataSourceFactory

com.imaginary.sql.msql.MsqlDataSourceFactory

public class MsqlDataSourceFactory
JNDI factory class for MsqlDataSource and MsqlPooledDataSource objects.
Last modified $Date: 1999/07/09 23:16:27 $

Version:
$Revision: 1.1.2.1 $
Author:
George Reese (borg@imaginary.com)

Constructor Index

 o MsqlDataSourceFactory()

Method Index

 o getObjectInstance(Object, Name, Context, Hashtable)
Constructs a new mSQL data source for the referenced data source.

Constructors

 o MsqlDataSourceFactory
 public MsqlDataSourceFactory()

Methods

 o getObjectInstance
 public Object getObjectInstance(Object ob,
                                 Name name,
                                 Context ctx,
                                 Hashtable env) throws Exception
Constructs a new mSQL data source for the referenced data source.

Parameters:
ob - the reference object
name - the JNDI name
ctx - the JNDI context
env - meaningless environment shit
Returns:
the proper mSQL data source

All Packages  Class Hierarchy  This Package  Previous  Next  Index