Serialized Form


Package de.smartics.properties.impl.config.ds.mysql

Class de.smartics.properties.impl.config.ds.mysql.AbstractMySqlDataSourceProxy extends Object implements Serializable

serialVersionUID: 1L

Class de.smartics.properties.impl.config.ds.mysql.MySqlDataSourceProxy extends AbstractMySqlDataSourceProxy implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Reads the object from the given stream.

Throws:
IOException - on read problems.
ClassNotFoundException - if a class cannot be found.
Serialized Fields

connectionUrl

String connectionUrl
The JDBC URL to connect to.

 

userName

String userName
The name of the user to access the data source.

 

password

String password
The password of the user to access the data source. The password is stored within this instance.

Please note that the password passed to this instance is stored. This is necessary in the case of deserialisation where the wrapped data source instance must be recreated. If this provides a security problem, please consider using the JndiDataSourceProxy.

 

Class de.smartics.properties.impl.config.ds.mysql.MySqlJndiDataSourceProxy extends AbstractMySqlDataSourceProxy implements Serializable

serialVersionUID: 1L

Serialized Fields

dataSource

JndiDataSourceProxy dataSource
The data source proxy.

 



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