public class JdbcDataSourceFactory
extends java.lang.Object
implements javax.naming.spi.ObjectFactory
| Constructor and Description |
|---|
JdbcDataSourceFactory()
The public constructor to create new factory objects.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getObjectInstance(java.lang.Object obj,
javax.naming.Name name,
javax.naming.Context nameCtx,
java.util.Hashtable<?,?> environment)
Creates a new object using the specified location or reference
information.
|
static TraceSystem |
getTraceSystem()
INTERNAL
|
public JdbcDataSourceFactory()
public java.lang.Object getObjectInstance(java.lang.Object obj,
javax.naming.Name name,
javax.naming.Context nameCtx,
java.util.Hashtable<?,?> environment)
getObjectInstance in interface javax.naming.spi.ObjectFactoryobj - the reference (this factory only supports objects of type
javax.naming.Reference)name - unusednameCtx - unusedenvironment - unusedpublic static TraceSystem getTraceSystem()