com.rhi.architecture.logging
Class LogKeys

java.lang.Object
  extended bycom.rhi.architecture.logging.LogKeys

public class LogKeys
extends java.lang.Object

This class contains peoplesoft place holders
to be replaced with the actual values.

Version:
1.0
Author:
Ashish Agarwal, Pete McKinstry - renamed & moved into new interface model.

Field Summary
static java.lang.String ACTUAL_FIELD_TAG
          Holds the place holder ACTUAL_FIELD.
static java.lang.String ACTUAL_VALUE_TAG
          Holds the place holder ACTUAL_VALUE.
static java.lang.String DATA_NOT_FOUND
          data not found msg template key
static java.lang.String DATA_VALIDATION
          data validation msg template key
static java.lang.String DATETIME_PATTERN
          date/time pattern
static java.lang.String ERROR_PATTERN
          desc - Layout for logging Error statements.
static org.apache.log4j.PatternLayout ERROR_PATTERN_LAYOUT
          error msg pattern layout.
static java.lang.String ERROR_TABLE_TAG
          Holds the place holder ERROR_TABLE_NAME.
static java.lang.String FATAL
          fatal error msg template key
static java.lang.String FILE_ERROR
          I/O error msg template key
static java.lang.String FILE_NAME_TAG
          Holds the place holder FILE_NAME.
static java.lang.String FILE_PATH_TAG
          Holds the place holder FILE_PATH.
static java.lang.String GITTABLE_TAG
          Holds the place holder GITTABLE.
static java.lang.String INFORMATION
          informational msg template key
static java.lang.String INPUT_FIELD_VALID_TAG
          Holds the place holder INPUT_FIELD_VALID.
static java.lang.String MESSAGE1_TAG
          Holds the place holder MESSAGE1_NOT_NULL_THEN_PRINT.
static java.lang.String MESSAGE1_VALUE
          only used if no substitution takes place.
static java.lang.String MESSAGE2_TAG
          Holds the place holder MESSAGE2_NOT_NULL_THEN_PRINT.
static java.lang.String MESSAGE2_VALUE
          only used if no substitution takes place.
static java.lang.String NEWLINE_TAG
          Holds the place holder NEWLINE.
static java.lang.String NEWLINE_VALUE
          The system dependent value for a newline
static java.lang.String PLACE_HOLDERS
          Holds the place holders key for all the place holder applicable.
static java.lang.String REGULAR_PATTERN
          desc - Layout for logging Regular statements.
static org.apache.log4j.PatternLayout REGULAR_PATTERN_LAYOUT
          pattern layout.
static java.lang.String SPACE_TAG
          Holds the place holder SPACE.
static java.lang.String SPACE_VALUE
          space
static java.lang.String SPECIAL
          special msg template key
static java.lang.String SQL_EXECUTION
          sql exception msg template key
static java.lang.String SQL_EXECUTION_FATAL
          fatal sql exception msg template key
static java.lang.String TABLENAME_TAG
          Holds the place holder TABLENAME.
static java.lang.String WARNING
          warning msg template key
 
Constructor Summary
LogKeys()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLACE_HOLDERS

public static final java.lang.String PLACE_HOLDERS
Holds the place holders key for all the place holder applicable.

See Also:
Constant Field Values

SPACE_TAG

public static final java.lang.String SPACE_TAG
Holds the place holder SPACE.

See Also:
Constant Field Values

SPACE_VALUE

public static final java.lang.String SPACE_VALUE
space

See Also:
Constant Field Values

NEWLINE_TAG

public static final java.lang.String NEWLINE_TAG
Holds the place holder NEWLINE.

See Also:
Constant Field Values

NEWLINE_VALUE

public static java.lang.String NEWLINE_VALUE
The system dependent value for a newline


TABLENAME_TAG

public static final java.lang.String TABLENAME_TAG
Holds the place holder TABLENAME.

See Also:
Constant Field Values

GITTABLE_TAG

public static final java.lang.String GITTABLE_TAG
Holds the place holder GITTABLE.

See Also:
Constant Field Values

ERROR_TABLE_TAG

public static final java.lang.String ERROR_TABLE_TAG
Holds the place holder ERROR_TABLE_NAME.

See Also:
Constant Field Values

MESSAGE1_TAG

public static final java.lang.String MESSAGE1_TAG
Holds the place holder MESSAGE1_NOT_NULL_THEN_PRINT.

See Also:
Constant Field Values

MESSAGE1_VALUE

public static final java.lang.String MESSAGE1_VALUE
only used if no substitution takes place.

See Also:
Constant Field Values

MESSAGE2_TAG

public static final java.lang.String MESSAGE2_TAG
Holds the place holder MESSAGE2_NOT_NULL_THEN_PRINT.

See Also:
Constant Field Values

MESSAGE2_VALUE

public static final java.lang.String MESSAGE2_VALUE
only used if no substitution takes place.

See Also:
Constant Field Values

ACTUAL_VALUE_TAG

public static final java.lang.String ACTUAL_VALUE_TAG
Holds the place holder ACTUAL_VALUE.

See Also:
Constant Field Values

ACTUAL_FIELD_TAG

public static final java.lang.String ACTUAL_FIELD_TAG
Holds the place holder ACTUAL_FIELD.

See Also:
Constant Field Values

INPUT_FIELD_VALID_TAG

public static final java.lang.String INPUT_FIELD_VALID_TAG
Holds the place holder INPUT_FIELD_VALID.

See Also:
Constant Field Values

FILE_PATH_TAG

public static final java.lang.String FILE_PATH_TAG
Holds the place holder FILE_PATH.

See Also:
Constant Field Values

FILE_NAME_TAG

public static final java.lang.String FILE_NAME_TAG
Holds the place holder FILE_NAME.

See Also:
Constant Field Values

REGULAR_PATTERN

public static final java.lang.String REGULAR_PATTERN
desc - Layout for logging Regular statements.

See Also:
Constant Field Values

REGULAR_PATTERN_LAYOUT

public static final org.apache.log4j.PatternLayout REGULAR_PATTERN_LAYOUT
pattern layout.


ERROR_PATTERN

public static final java.lang.String ERROR_PATTERN
desc - Layout for logging Error statements.

See Also:
Constant Field Values

ERROR_PATTERN_LAYOUT

public static final org.apache.log4j.PatternLayout ERROR_PATTERN_LAYOUT
error msg pattern layout.


DATETIME_PATTERN

public static final java.lang.String DATETIME_PATTERN
date/time pattern

See Also:
Constant Field Values

DATA_VALIDATION

public static final java.lang.String DATA_VALIDATION
data validation msg template key

See Also:
Constant Field Values

DATA_NOT_FOUND

public static final java.lang.String DATA_NOT_FOUND
data not found msg template key

See Also:
Constant Field Values

SQL_EXECUTION

public static final java.lang.String SQL_EXECUTION
sql exception msg template key

See Also:
Constant Field Values

SQL_EXECUTION_FATAL

public static final java.lang.String SQL_EXECUTION_FATAL
fatal sql exception msg template key

See Also:
Constant Field Values

INFORMATION

public static final java.lang.String INFORMATION
informational msg template key

See Also:
Constant Field Values

FATAL

public static final java.lang.String FATAL
fatal error msg template key

See Also:
Constant Field Values

SPECIAL

public static final java.lang.String SPECIAL
special msg template key

See Also:
Constant Field Values

FILE_ERROR

public static final java.lang.String FILE_ERROR
I/O error msg template key

See Also:
Constant Field Values

WARNING

public static final java.lang.String WARNING
warning msg template key

See Also:
Constant Field Values
Constructor Detail

LogKeys

public LogKeys()


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