de.smartics.properties.impl.config.ds.mysql
Class MySqlDataSourceConnector

Package class diagram package MySqlDataSourceConnector
java.lang.Object
  extended by de.smartics.properties.impl.config.ds.mysql.MySqlDataSourceConnector
All Implemented Interfaces:
DataSourceConnector

public final class MySqlDataSourceConnector
     
     
extends Object
implements DataSourceConnector

Connector to be registered to DataSourceProxyManager.


Constructor Summary
MySqlDataSourceConnector()
           
 
Method Summary
 boolean accepts(String databaseId)
           
 DataSourceProxy create(JndiDataSourceProxy dataSource)
           
 DataSourceProxy create(String connectionUrl, String userName, String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySqlDataSourceConnector

public MySqlDataSourceConnector()
Method Detail

accepts

public boolean accepts(String databaseId)
Specified by:
accepts in interface DataSourceConnector

create

public DataSourceProxy create(JndiDataSourceProxy dataSource)
Specified by:
create in interface DataSourceConnector

create

public DataSourceProxy create(String connectionUrl,
                              String userName,
                              String password)
Specified by:
create in interface DataSourceConnector


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