IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.services.jdbc
Class StoreConstants

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

public class StoreConstants
extends java.lang.Object

The StoreConstants class defines all of the constant values used by the Store for Forwarding service.


Field Summary
static boolean ST_DEFAULT_AUTOCOMMIT_POLICY
          Keeps the initial autocommit attribute value.
static java.lang.String ST_DEFAULT_JDBCDRIVER
          Keeps the default JDBC driver.
static java.lang.String ST_DEFAULT_TABLE_NAME
          Keeps a default store table name.
static java.lang.String ST_DSE_DATABASE
          Keeps a default database name for the store table.
static java.lang.String ST_RECID_COLUMN_NAME
          Keeps the default name of the column that holds the store record identification.
static int ST_RECMK_ADDED
          Keeps the integer value that indicates that the store record has been just added to the store table.
static java.lang.String ST_RECMK_COLUMN_NAME
          Keeps the default name of the column that holds the store record forwarding mark.
static int ST_RECMK_RETRIEVED_FOR_FWD
          Keeps the integer value that indicates that the store record has been retrieved for forwarding.
static int ST_RECMK_UPDATED
          Keeps the integer value that indicates that the store record has been updated.
static java.lang.String ST_STATE_ACTIVE
          Keeps the string that indicates that the store service is available.
static java.lang.String ST_STATE_INACTIVE
          Keeps the string that indicates that the store service is not available.
 
Constructor Summary
StoreConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ST_RECID_COLUMN_NAME

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


ST_RECMK_COLUMN_NAME

public static java.lang.String ST_RECMK_COLUMN_NAME
Keeps the default name of the column that holds the store record forwarding mark.


ST_RECMK_ADDED

public static int ST_RECMK_ADDED
Keeps the integer value that indicates that the store record has been just added to the store table.


ST_RECMK_UPDATED

public static int ST_RECMK_UPDATED
Keeps the integer value that indicates that the store record has been updated.


ST_RECMK_RETRIEVED_FOR_FWD

public static int ST_RECMK_RETRIEVED_FOR_FWD
Keeps the integer value that indicates that the store record has been retrieved for forwarding.


ST_DSE_DATABASE

public static java.lang.String ST_DSE_DATABASE
Keeps a default database name for the store table.


ST_DEFAULT_TABLE_NAME

public static java.lang.String ST_DEFAULT_TABLE_NAME
Keeps a default store table name.


ST_STATE_INACTIVE

public static java.lang.String ST_STATE_INACTIVE
Keeps the string that indicates that the store service is not available.


ST_STATE_ACTIVE

public static java.lang.String ST_STATE_ACTIVE
Keeps the string that indicates that the store service is available.


ST_DEFAULT_JDBCDRIVER

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


ST_DEFAULT_AUTOCOMMIT_POLICY

public static boolean ST_DEFAULT_AUTOCOMMIT_POLICY
Keeps the initial autocommit attribute value.

Constructor Detail

StoreConstants

public StoreConstants()

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011