de.smartics.properties.impl.config.ds.hsql
Class HSqlJndiDataSourceProxy
java.lang.Object
de.smartics.properties.impl.config.ds.hsql.AbstractHSqlDataSourceProxy
de.smartics.properties.impl.config.ds.hsql.HSqlJndiDataSourceProxy
-
All Implemented Interfaces:
-
DataSourceProxy,
Serializable
-
public final class HSqlJndiDataSourceProxy
-
extends
AbstractHSqlDataSourceProxy
Implementation based on a JNDI data source.
-
See Also:
-
Serialized Form
HSqlJndiDataSourceProxy
public HSqlJndiDataSourceProxy(JndiDataSourceProxy dataSource)
throws NullPointerException
-
Default constructor.
-
Parameters:
-
dataSource
- the data source proxy.
-
Throws:
-
NullPointerException
- if
dataSource
is
null
.
getDataSourceId
public String getDataSourceId()
-
Description copied from interface:
DataSourceProxy
-
Returns the identifier of the data source.
-
-
Returns:
-
the identifier of the data source.
getDataSource
public DataSource getDataSource()
-
Description copied from interface:
DataSourceProxy
-
Provides access to the data source.
-
-
Returns:
-
the data source.
toString
public String toString()
-
-
Overrides:
-
toString
in class
Object
-
Copyright © 2012-2013
Kronseder & Reiner GmbH - smartics. All Rights Reserved.