br.gov.frameworkdemoiselle.internal.configuration
Class JDBCConfig

java.lang.Object
  extended by br.gov.frameworkdemoiselle.internal.configuration.JDBCConfig
All Implemented Interfaces:
Serializable

public class JDBCConfig
extends Object
implements Serializable

Provide used to access the configurations of the JDBC connection

Author:
SERPRO
See Also:
Serialized Form

Constructor Summary
JDBCConfig()
           
 
Method Summary
 String getDefaultDataSourceName()
           
 JDBCConfigurationStore getDriverClass()
           
 JDBCConfigurationStore getJndiName()
           
 JDBCConfigurationStore getPassword()
           
 JDBCConfigurationStore getUrl()
           
 JDBCConfigurationStore getUsername()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCConfig

public JDBCConfig()
Method Detail

getDefaultDataSourceName

public String getDefaultDataSourceName()

getJndiName

public JDBCConfigurationStore getJndiName()

getDriverClass

public JDBCConfigurationStore getDriverClass()

getUrl

public JDBCConfigurationStore getUrl()

getUsername

public JDBCConfigurationStore getUsername()

getPassword

public JDBCConfigurationStore getPassword()


Copyright © 2015 SERPRO - Serviço Federal de Processamento de Dados. All Rights Reserved.