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