org.plasma.config
Class ConfigurationConstants

java.lang.Object
  extended by org.plasma.config.ConfigurationConstants

public class ConfigurationConstants
extends Object


Field Summary
static String JDBC_DATASOURCE_NAME
          The fully qualified JNDI name of the JDBC datasource
static String JDBC_DRIVER_NAME
          The fully qualified Java class name of the JDBC driver
static String JDBC_PASSWORD
          The user password
static String JDBC_PROVIDER_NAME
          The fully qualified Java class name of the connection pool or data source provider
static String JDBC_PROVIDER_PROPERTY_PREFIX
           
static String JDBC_URL
          The driver specific JDBC connection URL
static String JDBC_USER
          The user name
static String JDBC_VENDOR
          The name of the JDBC vendor
 
Constructor Summary
ConfigurationConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JDBC_PROVIDER_PROPERTY_PREFIX

public static final String JDBC_PROVIDER_PROPERTY_PREFIX
See Also:
Constant Field Values

JDBC_PROVIDER_NAME

public static final String JDBC_PROVIDER_NAME
The fully qualified Java class name of the connection pool or data source provider

See Also:
Constant Field Values

JDBC_DATASOURCE_NAME

public static final String JDBC_DATASOURCE_NAME
The fully qualified JNDI name of the JDBC datasource

See Also:
Constant Field Values

JDBC_DRIVER_NAME

public static final String JDBC_DRIVER_NAME
The fully qualified Java class name of the JDBC driver

See Also:
Constant Field Values

JDBC_VENDOR

public static final String JDBC_VENDOR
The name of the JDBC vendor

See Also:
Constant Field Values

JDBC_URL

public static final String JDBC_URL
The driver specific JDBC connection URL

See Also:
Constant Field Values

JDBC_USER

public static final String JDBC_USER
The user name

See Also:
Constant Field Values

JDBC_PASSWORD

public static final String JDBC_PASSWORD
The user password

See Also:
Constant Field Values
Constructor Detail

ConfigurationConstants

public ConfigurationConstants()


Copyright © 2014. All rights reserved.