public static class ConfigurationDBRef.DataSourceConnection extends Object implements ConfigurationDBRef.ConnectionFactoryDesc, Serializable
Constructor and Description |
---|
DataSourceConnection(String contextLookupName,
Properties envProperties)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
getContextLookupName()
Returns the object name to look up in context.
|
Properties |
getEnvProperties()
Returns the environment properties to use to establish the initial context.
|
public DataSourceConnection(String contextLookupName, Properties envProperties)
contextLookupName
- is the object name to look upenvProperties
- are the context properties to use constructing InitialContextpublic String getContextLookupName()
public Properties getEnvProperties()