public DataSourceConfig(String dsName, String jndiName, String url, String driver, String user, String password)Constructor used to create a DataSourceConfig
this.dsName = dsName;
this.jndiName = jndiName;
this.url = url;
this.driver = driver;
this.user = user;
this.password = password;
|