pt.despodata.java.ddata.connection
Class ConnectionTxtConfig

java.lang.Object
  extended bypt.moredata.connection.AbstractConnectionConfig
      extended bypt.moredata.connection.ConnectionTxtConfig
          extended bypt.despodata.java.connection.ConnectionTxtConfig
              extended bypt.despodata.java.ddata.connection.ConnectionTxtConfig
All Implemented Interfaces:
ConnectionConfig, IConnectionConfig

Deprecated. Esta classe foi substituida por uma identica no package pt.moredata.connection

public class ConnectionTxtConfig
extends ConnectionTxtConfig

IDDConnectionSource.java Esta interface serve de abstracao a leitura da informacao usada para aceder a uma base de dados.

Version:
$Revision: 1.1.1.1 $
Author:
Paulo Carmo

Field Summary
 
Fields inherited from class pt.moredata.connection.AbstractConnectionConfig
dataSourceId, DBName, debug, driver, hostName, password, port, protocol, server, serverPropertys, sourceName, subProtocol, userId
 
Fields inherited from interface pt.despodata.java.connection.IConnectionConfig
DEFAULT_SOURCE_NAME
 
Fields inherited from interface pt.moredata.connection.ConnectionConfig
CANCEL, DEFAULT_SOURCE_NAME, ERROR, OK
 
Constructor Summary
ConnectionTxtConfig()
          Deprecated. Cria um novo objecto para ler a configuracao de um ficheiro com o nome por defeito.
ConnectionTxtConfig(java.lang.String sourceName)
          Deprecated. Cria um novo objecto para ler a configuracao de um ficheiro.
 
Methods inherited from class pt.moredata.connection.ConnectionTxtConfig
loadConfig
 
Methods inherited from class pt.moredata.connection.AbstractConnectionConfig
getDataSourceId, getDBName, getDebug, getDriver, getHostName, getPassword, getPort, getProperties, getProtocol, getServer, getServerPropertys, getSubProtocol, getURL, getUserId, setSourceName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface pt.despodata.java.connection.IConnectionConfig
getDBName, getDebug, getDriver, getHostName, getPassword, getPort, getProtocol, getServer, getSubProtocol, getUserId, loadConfig, setSourceName
 

Constructor Detail

ConnectionTxtConfig

public ConnectionTxtConfig()
                    throws java.io.FileNotFoundException
Deprecated. 
Cria um novo objecto para ler a configuracao de um ficheiro com o nome por defeito.


ConnectionTxtConfig

public ConnectionTxtConfig(java.lang.String sourceName)
                    throws java.io.FileNotFoundException
Deprecated. 
Cria um novo objecto para ler a configuracao de um ficheiro.

Parameters:
sourceName - O nome do ficheiro.