|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.jdbcx.JdbcDataSourceFactory
public class JdbcDataSourceFactory
This class is used to create new DataSource objects. An application should not use this class directly.
| Constructor Summary | |
|---|---|
JdbcDataSourceFactory()
The public constructor to create new factory objects. |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JdbcDataSourceFactory()
| Method Detail |
|---|
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 - unused
public static TraceSystem getTraceSystem()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||