IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.services.jdbc
Class JournalConstants

java.lang.Object
  extended by com.ibm.btt.services.jdbc.JournalConstants

public class JournalConstants
extends java.lang.Object

The JournalConstants class defines all of the constant values that are used by the journal service.


Field Summary
static java.lang.String CONTROL_TABLE_NAME
          Keeps the default control table name.
static java.lang.String CT_ENTITY_COLUMN_NAME
          Keeps the default name of the control table column that holds the entity name.
static int CT_ENTITY_COLUMN_WIDTH
          Keeps the default size of the control table column that holds the entity name.
static java.lang.String CT_LASTDATE_COLUMN_NAME
          Keeps the default name of the control table column that holds the date of the last journal access by an entity.
static java.lang.String CT_RECN_COLUMN_NAME
          Keeps the default name of the control table column that holds the last record number being used for that table.
static java.lang.String CT_WRAPNBR_COLUMN_NAME
          Keeps the default name of the control table column that holds the wrap number.
static int DEFAULT_NBR_OF_GENERATIONS
          Keeps the default number of table generations for a journal entity.
static java.lang.String DEFAULT_SCHEMA_NAME
          Keeps the default schema name.
static java.lang.String DSEJOU_ENTITY
          Keeps a default entity name.
static boolean EJ_DEFAULT_AUTOCOMMIT_POLICY
          Keeps the initial autocommit attribute value.
static java.lang.String EJ_DEFAULT_DATABASE_FLAG
          Default DATABASE.
static java.lang.String EJ_DEFAULT_JDBCDRIVER
          Keeps the default JDBC driver.
static java.lang.String EJ_METADATA_TABLE_SCHEMA
          Keeps the initial autocommit attribute value.
static java.lang.String EJ_ORACLE_DATABASE_FLAG
          Oracle DATABASE.
static java.lang.String EJ_SQLSERVER_DATABASE_FLAG
          SQL Server 2000 DATABASE.
static java.lang.String EJ_SQLSERVER2005_DATABASE_FLAG
          SQL Server 2005 DATABASE.
static java.lang.String EJ_STATE_ACTIVE
          Keeps the string that indicates that the journal service is available.
static java.lang.String EJ_STATE_INACTIVE
          Keeps the string that indicates that the journal service is not available.
static java.lang.String JT_RECNBR_COLUMN_NAME
          Keeps the default name of the column that holds the journal record identification.
static java.lang.String RECNCR_SEARCH_CONDITION
          Keeps the search condition.
 
Constructor Summary
JournalConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EJ_DEFAULT_JDBCDRIVER

public static java.lang.String EJ_DEFAULT_JDBCDRIVER
Keeps the default JDBC driver.


JT_RECNBR_COLUMN_NAME

public static java.lang.String JT_RECNBR_COLUMN_NAME
Keeps the default name of the column that holds the journal record identification.


DSEJOU_ENTITY

public static java.lang.String DSEJOU_ENTITY
Keeps a default entity name. This entity name must not be used by the application.


DEFAULT_NBR_OF_GENERATIONS

public static int DEFAULT_NBR_OF_GENERATIONS
Keeps the default number of table generations for a journal entity.


CONTROL_TABLE_NAME

public static java.lang.String CONTROL_TABLE_NAME
Keeps the default control table name.


DEFAULT_SCHEMA_NAME

public static java.lang.String DEFAULT_SCHEMA_NAME
Keeps the default schema name.


CT_ENTITY_COLUMN_NAME

public static java.lang.String CT_ENTITY_COLUMN_NAME
Keeps the default name of the control table column that holds the entity name.


CT_WRAPNBR_COLUMN_NAME

public static java.lang.String CT_WRAPNBR_COLUMN_NAME
Keeps the default name of the control table column that holds the wrap number.


CT_LASTDATE_COLUMN_NAME

public static java.lang.String CT_LASTDATE_COLUMN_NAME
Keeps the default name of the control table column that holds the date of the last journal access by an entity.


CT_RECN_COLUMN_NAME

public static java.lang.String CT_RECN_COLUMN_NAME
Keeps the default name of the control table column that holds the last record number being used for that table.


CT_ENTITY_COLUMN_WIDTH

public static int CT_ENTITY_COLUMN_WIDTH
Keeps the default size of the control table column that holds the entity name.


EJ_STATE_INACTIVE

public static java.lang.String EJ_STATE_INACTIVE
Keeps the string that indicates that the journal service is not available.


EJ_STATE_ACTIVE

public static java.lang.String EJ_STATE_ACTIVE
Keeps the string that indicates that the journal service is available.


EJ_DEFAULT_AUTOCOMMIT_POLICY

public static boolean EJ_DEFAULT_AUTOCOMMIT_POLICY
Keeps the initial autocommit attribute value.


EJ_METADATA_TABLE_SCHEMA

public static java.lang.String EJ_METADATA_TABLE_SCHEMA
Keeps the initial autocommit attribute value.


RECNCR_SEARCH_CONDITION

public static java.lang.String RECNCR_SEARCH_CONDITION
Keeps the search condition.


EJ_DEFAULT_DATABASE_FLAG

public static java.lang.String EJ_DEFAULT_DATABASE_FLAG
Default DATABASE.


EJ_ORACLE_DATABASE_FLAG

public static java.lang.String EJ_ORACLE_DATABASE_FLAG
Oracle DATABASE.


EJ_SQLSERVER_DATABASE_FLAG

public static java.lang.String EJ_SQLSERVER_DATABASE_FLAG
SQL Server 2000 DATABASE.


EJ_SQLSERVER2005_DATABASE_FLAG

public static java.lang.String EJ_SQLSERVER2005_DATABASE_FLAG
SQL Server 2005 DATABASE.

Constructor Detail

JournalConstants

public JournalConstants()

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009