de.smartics.properties.impl.config.ds.hsql
Class HSqlJndiDataSourceProxy

Package class diagram package HSqlJndiDataSourceProxy
java.lang.Object
  extended by de.smartics.properties.impl.config.ds.hsql.AbstractHSqlDataSourceProxy
      extended by de.smartics.properties.impl.config.ds.hsql.HSqlJndiDataSourceProxy
All Implemented Interfaces:
de.smartics.properties.spi.config.ds.DataSourceProxy, Serializable

public final class HSqlJndiDataSourceProxy
     
     
extends AbstractHSqlDataSourceProxy

Implementation based on a JNDI data source.

See Also:
Serialized Form

Constructor Summary
HSqlJndiDataSourceProxy(de.smartics.properties.spi.config.ds.JndiDataSourceProxy dataSource)
          Default constructor.
 
Method Summary
 DataSource getDataSource()
           
 String getDataSourceId()
           
 String toString()
           
 
Methods inherited from class de.smartics.properties.impl.config.ds.hsql.AbstractHSqlDataSourceProxy
getCreateTableSqlTemplate, getInsertOrUpdateSqlTemplate, setInsertOrUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HSqlJndiDataSourceProxy

public HSqlJndiDataSourceProxy(de.smartics.properties.spi.config.ds.JndiDataSourceProxy dataSource)
                        throws NullPointerException
Default constructor.

Parameters:
dataSource - the data source proxy.
Throws:
NullPointerException - if dataSource is null.
Method Detail

getDataSourceId

public String getDataSourceId()

getDataSource

public DataSource getDataSource()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.