|
IBM Branch 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.jdbcjournalservice.JournalConstants
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_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. |
static java.lang.String |
REQUEST_OPERATION_ADDRECORD
Keep the add record operation name |
static java.lang.String |
REQUEST_OPERATION_CLOSE
Keep the close operations name |
static java.lang.String |
REQUEST_OPERATION_COMMIT
Keep the commit operation name |
static java.lang.String |
REQUEST_OPERATION_CONNECT
Keep the disconnect operations name |
static java.lang.String |
REQUEST_OPERATION_DISCONNECT
Keep the disconnect operations name |
static java.lang.String |
REQUEST_OPERATION_GETLASTRECORDNUMFROMTABLE
|
static java.lang.String |
REQUEST_OPERATION_OPEN
Keep the open operations name |
static java.lang.String |
REQUEST_OPERATION_OPENCURRENTTABLEFORSCHEMA
Keep the open on current table for schema operation name |
static java.lang.String |
REQUEST_OPERATION_OPENFORENTITY
Keep the open operations name |
static java.lang.String |
REQUEST_OPERATION_OPENFORSCHEMA
Keep the open operations name |
static java.lang.String |
REQUEST_OPERATION_OPENNEXTTABLEFORSCHEMA
Keep the open on next table for schema operation name |
static java.lang.String |
REQUEST_OPERATION_QUERYLASTRECORDNUMBER
Keep the query last record number operation name |
static java.lang.String |
REQUEST_OPERATION_RETRIEVELASTRECORDS
Keep the retrieve last reocrds operation name |
static java.lang.String |
REQUEST_OPERATION_RETRIEVERECORD
Keep the retrieve record operation name |
static java.lang.String |
REQUEST_OPERATION_RETRIEVERECORDS
Keep the retrieve record operations name |
static java.lang.String |
REQUEST_OPERATION_ROLLBACK
Keep the retrieve record operations name |
static java.lang.String |
REQUEST_OPERATION_SETENTITY
Keep the setEntity operations name |
static java.lang.String |
REQUEST_OPERATION_UPDATERECORD
Keep the update record operations name |
static java.lang.String |
REQUEST_OPERATION_UPDATERECORDS
Keep the update records operations name |
static java.lang.String |
REQUEST_PARAM_COLUMNVECTOR
Keep the schema name for opening the table |
static java.lang.String |
REQUEST_PARAM_DATAHASHTABLE
Keep the data hashtable to store into database |
static java.lang.String |
REQUEST_PARAM_ENTITYNAME
Keep the schema name for opening the table |
static java.lang.String |
REQUEST_PARAM_GENERATION
Keep the schema name for opening the table |
static java.lang.String |
REQUEST_PARAM_PWD
Keep the user to store into database |
static java.lang.String |
REQUEST_PARAM_RECORDCOUNT
Keep the schema name for opening the table |
static java.lang.String |
REQUEST_PARAM_RECORDNUMBER
Keep the schema name for opening the table |
static java.lang.String |
REQUEST_PARAM_SCHEMANAME
Keep the schema name for opening the table |
static java.lang.String |
REQUEST_PARAM_SEARCHCONDITION
Keep the schema name for opening the table |
static java.lang.String |
REQUEST_PARAM_USER
Keep the user to store into database |
Constructor Summary | |
---|---|
JournalConstants()
|
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 JT_RECNBR_COLUMN_NAME
public static java.lang.String DSEJOU_ENTITY
public static int DEFAULT_NBR_OF_GENERATIONS
public static java.lang.String CONTROL_TABLE_NAME
public static java.lang.String DEFAULT_SCHEMA_NAME
public static java.lang.String CT_ENTITY_COLUMN_NAME
public static java.lang.String CT_WRAPNBR_COLUMN_NAME
public static java.lang.String CT_LASTDATE_COLUMN_NAME
public static java.lang.String CT_RECN_COLUMN_NAME
public static int CT_ENTITY_COLUMN_WIDTH
public static java.lang.String EJ_STATE_INACTIVE
public static java.lang.String EJ_STATE_ACTIVE
public static boolean EJ_DEFAULT_AUTOCOMMIT_POLICY
public static java.lang.String RECNCR_SEARCH_CONDITION
public static java.lang.String REQUEST_OPERATION_ADDRECORD
public static java.lang.String REQUEST_OPERATION_COMMIT
public static java.lang.String REQUEST_OPERATION_OPENCURRENTTABLEFORSCHEMA
public static java.lang.String REQUEST_OPERATION_OPENNEXTTABLEFORSCHEMA
public static java.lang.String REQUEST_OPERATION_QUERYLASTRECORDNUMBER
public static java.lang.String REQUEST_OPERATION_RETRIEVELASTRECORDS
public static java.lang.String REQUEST_OPERATION_RETRIEVERECORD
public static java.lang.String REQUEST_OPERATION_RETRIEVERECORDS
public static java.lang.String REQUEST_OPERATION_ROLLBACK
public static java.lang.String REQUEST_OPERATION_UPDATERECORD
public static java.lang.String REQUEST_OPERATION_UPDATERECORDS
public static java.lang.String REQUEST_OPERATION_DISCONNECT
public static java.lang.String REQUEST_OPERATION_CONNECT
public static java.lang.String REQUEST_OPERATION_CLOSE
public static java.lang.String REQUEST_OPERATION_SETENTITY
public static java.lang.String REQUEST_OPERATION_OPEN
public static java.lang.String REQUEST_OPERATION_OPENFORENTITY
public static java.lang.String REQUEST_OPERATION_OPENFORSCHEMA
public static java.lang.String REQUEST_OPERATION_GETLASTRECORDNUMFROMTABLE
public static java.lang.String REQUEST_PARAM_DATAHASHTABLE
public static java.lang.String REQUEST_PARAM_USER
public static java.lang.String REQUEST_PARAM_PWD
public static java.lang.String REQUEST_PARAM_SCHEMANAME
public static java.lang.String REQUEST_PARAM_RECORDCOUNT
public static java.lang.String REQUEST_PARAM_RECORDNUMBER
public static java.lang.String REQUEST_PARAM_SEARCHCONDITION
public static java.lang.String REQUEST_PARAM_COLUMNVECTOR
public static java.lang.String REQUEST_PARAM_ENTITYNAME
public static java.lang.String REQUEST_PARAM_GENERATION
Constructor Detail |
public JournalConstants()
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |