|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.services.jdbc.StoreConstants
public class StoreConstants
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 |
---|
public static java.lang.String ST_RECID_COLUMN_NAME
public static java.lang.String ST_RECMK_COLUMN_NAME
public static int ST_RECMK_ADDED
public static int ST_RECMK_UPDATED
public static int ST_RECMK_RETRIEVED_FOR_FWD
public static java.lang.String ST_DSE_DATABASE
public static java.lang.String ST_DEFAULT_TABLE_NAME
public static java.lang.String ST_STATE_INACTIVE
public static java.lang.String ST_STATE_ACTIVE
public static java.lang.String ST_DEFAULT_JDBCDRIVER
public static boolean ST_DEFAULT_AUTOCOMMIT_POLICY
Constructor Detail |
---|
public StoreConstants()
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |