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