org.jboss.resource.adapter.jdbc.remote
Class DataSourceFactory

java.lang.Object
  extended by org.jboss.resource.adapter.jdbc.remote.DataSourceFactory
All Implemented Interfaces:
ObjectFactory

public class DataSourceFactory
extends Object
implements ObjectFactory

A JNDI ObjectFactory for handling either the local or remote access to a JCA javax.sql.DataSource binding.

Version:
$Revision: 1.2.4.3 $
Author:
Scott.Stark@jboss.org

Field Summary
static UID vmID
          The class VM ID
 
Constructor Summary
DataSourceFactory()
           
 
Method Summary
 Object getObjectInstance(Object obj, Name name, Context ctx, Hashtable env)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vmID

public static final UID vmID
The class VM ID

Constructor Detail

DataSourceFactory

public DataSourceFactory()
Method Detail

getObjectInstance

public Object getObjectInstance(Object obj,
                                Name name,
                                Context ctx,
                                Hashtable env)
                         throws Exception
Specified by:
getObjectInstance in interface ObjectFactory
Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.