com.rhi.architecture.batch
Class ApplicationConfig

java.lang.Object
  extended bycom.rhi.architecture.batch.ApplicationConfig
Direct Known Subclasses:
PARCConfiguration

public class ApplicationConfig
extends java.lang.Object

Keys common to all applications

Since:
1.0
Author:
Pete McKinstry

Field Summary
static java.lang.String ALL_ENV
          the key to the common environment name.
static java.lang.String DB_DRIVER
          database driver.
static java.lang.String DB_PASSWORD
          password
static java.lang.String DB_URL
          db url
static java.lang.String DB_USERNAME
          username
static java.lang.String ENVIRONMENT
          the key to the actual environment name.
static java.lang.String LOAD_PROPERTIES_SQL
          the SQL to retrieve the config data.
static java.lang.String PROG_NAME
          the key to the program name.
 
Constructor Summary
ApplicationConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROG_NAME

public static final java.lang.String PROG_NAME
the key to the program name. the program name is used to retrieve the configuration info

See Also:
Constant Field Values

ALL_ENV

public static final java.lang.String ALL_ENV
the key to the common environment name. the common environment name used to store shared config data.

See Also:
Constant Field Values

ENVIRONMENT

public static final java.lang.String ENVIRONMENT
the key to the actual environment name. the actual environment stores config data specific to this particular environment. (e.g. dev, staging, production)

See Also:
Constant Field Values

LOAD_PROPERTIES_SQL

public static final java.lang.String LOAD_PROPERTIES_SQL
the SQL to retrieve the config data.

See Also:
Constant Field Values

DB_DRIVER

public static final java.lang.String DB_DRIVER
database driver.

See Also:
Constant Field Values

DB_URL

public static final java.lang.String DB_URL
db url

See Also:
Constant Field Values

DB_USERNAME

public static final java.lang.String DB_USERNAME
username

See Also:
Constant Field Values

DB_PASSWORD

public static final java.lang.String DB_PASSWORD
password

See Also:
Constant Field Values
Constructor Detail

ApplicationConfig

public ApplicationConfig()


Copyright © 2002-2004 Robert Half International. All Rights Reserved.