br.gov.frameworkdemoiselle.internal.configuration
Class JDBCConfig

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

public class JDBCConfig
extends java.lang.Object
implements java.io.Serializable

Provide used to access the configurations of the JDBC connection

Author:
SERPRO
See Also:
Serialized Form

Constructor Summary
JDBCConfig()
           
 
Method Summary
 java.lang.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 java.lang.String getDefaultDataSourceName()

getJndiName

public JDBCConfigurationStore getJndiName()

getDriverClass

public JDBCConfigurationStore getDriverClass()

getUrl

public JDBCConfigurationStore getUrl()

getUsername

public JDBCConfigurationStore getUsername()

getPassword

public JDBCConfigurationStore getPassword()


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