org.objectweb.cjdbc.controller.xml
Interface DatabasesXmlTags

All Known Implementing Classes:
DatabasesParser

public interface DatabasesXmlTags

List of the xml tags recognized to read and write the databasases configuration with

Version:
1.0
Author:
Emmanuel Cecchet, Mathieu Peltier, Nicolas Modrzyk

Field Summary
static java.lang.String ATT_aLogin
          aLogin attribute in AdminLogin.
static java.lang.String ATT_aPassword
          aPassword attribute in AdminLogin.
static java.lang.String ATT_backendName
          backendName attribute in RealLogin.
static java.lang.String ATT_backgroundParsing
          backgroundParsing attribute in RequestManager.
static java.lang.String ATT_beginTimeout
          beginTimeout attribute in RequestManager.
static java.lang.String ATT_caseSensitiveParsing
          caseSensitiveParsing attribute in RequestManager.
static java.lang.String ATT_checkpointNameColumnType
          checkpointNameColumnType attribute in CheckpointTable.
static java.lang.String ATT_columnName
          columnName attribute in DatabaseColumn.
static java.lang.String ATT_commitTimeout
          commitTimeout attribute in RequestManager.
static java.lang.String ATT_driver
          driver attribute in DatabaseBackend and JDBCRecoveryLog.
static java.lang.String ATT_extraStatementDefinition
          extraStatementDefinition attribute in RecoveryLogTable and CheckpointTable.
static java.lang.String ATT_fileName
          fileName attribute in FileRecoveryLog.
static java.lang.String ATT_granularity
          granularity attribute in QueryCache or QueryCacheDB.
static java.lang.String ATT_groupName
          groupName attribute in Distribution.
static java.lang.String ATT_idColumnType
          idColumnType attribute in RecoveryLogTable.
static java.lang.String ATT_idleTimeout
          idleTimeout attribute in VariablePoolConnectionManager.
static java.lang.String ATT_initPoolSize
          initPoolSize attribute in VariablePoolConnectionManager.
static java.lang.String ATT_isUnique
          isUnique attribute in DatabaseColumn.
static java.lang.String ATT_level
          level attribute in request schedulers.
static java.lang.String ATT_login
          login attribute in JDBCRecoveryLog.
static java.lang.String ATT_maxNbOfConnections
          maxNbOfConnections attribute in VirtualDatabase.
static java.lang.String ATT_maxNbOfThreads
          maxNbOfThreads attribute in VirtualDatabase.
static java.lang.String ATT_maxPoolSize
          maxPoolSize attribute in VariablePoolConnectionManager.
static java.lang.String ATT_maxThreadIdleTime
          maxThreadIdleTime attribute in VirtualDatabase.
static java.lang.String ATT_minNbOfThreads
          minNbOfThreads attribute in VirtualDatabase.
static java.lang.String ATT_minPoolSize
          minPoolSize attribute in VariablePoolConnectionManager.
static java.lang.String ATT_name
          name attribute in VirtualDatabase, BackendWeight, BackendName and DatabaseBackend.
static java.lang.String ATT_nbOfColumns
          nbOfColumns attribute in DatabaseTable.
static java.lang.String ATT_nbOfConcurrentReads
          nbOfConcurrentReads attribute in RAIDb-1ec and RAIDb-2ec
static java.lang.String ATT_numberOfNodes
          numberOfNodes attribute in CreateTable or ErrorChecking
static java.lang.String ATT_password
          password attribute in JDBCRecoveryLog.
static java.lang.String ATT_pendingTimeout
          pendingTimeout attribute in QueryCache
static java.lang.String ATT_policy
          policy attribute in WaitForCompletion and CreateTable
static java.lang.String ATT_poolSize
          poolSize attribute in FailFastPoolConnectionManager or RandomWaitPoolConnectionManager.
static java.lang.String ATT_poolThreads
          poolThreads attribute in VirtualDatabase.
static java.lang.String ATT_requestIdColumnType
          requestIdColumnType attribute in CheckpointTable.
static java.lang.String ATT_requestTimeout
          requestTimeout attribute in JDBCRecoveryLog.
static java.lang.String ATT_rLogin
          rLogin attribute in RealLogin.
static java.lang.String ATT_rollbackTimeout
          rollbackTimeout attribute in RequestManager.
static java.lang.String ATT_rPassword
          rPassword attribute in RealLogin.
static java.lang.String ATT_sqlColumnType
          sqlColumnType attribute in RecoveryLogTable.
static java.lang.String ATT_tableName
          tableName attribute in DatabaseTable, CreateTable, RecoveryLogTable and CheckpointTable
static java.lang.String ATT_timeout
          timeout attribute in RandomWaitPoolConnectionManager.
static java.lang.String ATT_transactionIdColumnType
          transactionIdColumnType attribute in RecoveryLogTable.
static java.lang.String ATT_url
          url attribute in DatabaseBackend and JDBCRecoveryLog.
static java.lang.String ATT_vLogin
          vLogin attribute in VirtualLogin and ConnectionManager.
static java.lang.String ATT_vloginColumnType
          vloginColumnType attribute in RecoveryLogTable.
static java.lang.String ATT_vPassword
          vPassword attribute in VirtualLogin.
static java.lang.String ATT_waitTimeout
          waitTimeout attribute in VariablePoolConnectionManager.
static java.lang.String ATT_weight
          weight attribute in BackendWeight.
static java.lang.String ELT_AdminLogin
          Name of a AdminLogin object element.
static java.lang.String ELT_AuthenticationManager
          Name of a AuthenticationManager object element.
static java.lang.String ELT_BackendName
          Name of a BackendName object element
static java.lang.String ELT_BackendWeight
          Name of a BackendWeight object element
static java.lang.String ELT_CheckpointTable
          Name of a CheckpointTable object element.
static java.lang.String ELT_ConnectionManager
          Name of a ConnectionManager object element.
static java.lang.String ELT_CreateTable
          Name of a CreateTable object element
static java.lang.String ELT_DatabaseBackend
          Name of a DatabaseBackend object element.
static java.lang.String ELT_DatabaseColumn
          Name of a DatabaseColumn object element.
static java.lang.String ELT_DatabaseSchema
          Name of a DatabaseSchema object element.
static java.lang.String ELT_DatabaseTable
          Name of a DatabaseTable object element.
static java.lang.String ELT_Distribution
          Name of a Distribution object element.
static java.lang.String ELT_ErrorChecking
          Name of a ErrorChecking object element
static java.lang.String ELT_FailFastPoolConnectionManager
          Name of a FailFastPoolConnectionManager object element.
static java.lang.String ELT_FileRecoveryLog
          Name of a FileRecoveryLog object element.
static java.lang.String ELT_JDBCRecoveryLog
          Name of a JDBCRecoveryLog object element.
static java.lang.String ELT_LoadBalancer
          Name of a RequestLoadBalancer object element.
static java.lang.String ELT_QueryCache
          Name of a QueryCache object element.
static java.lang.String ELT_QueryCacheDB
          Name of a QueryCacheDB object element.
static java.lang.String ELT_RAIDb_0
          Name of a RAIDb-0 object element.
static java.lang.String ELT_RAIDb_1
          Name of a RAIDb-1 object element.
static java.lang.String ELT_RAIDb_1_LeastPendingRequestsFirst
          Name of a RAIDb-1-LeastPendingRequestsFirst object element.
static java.lang.String ELT_RAIDb_1_RoundRobin
          Name of a RAIDb-1-RoundRobin object element.
static java.lang.String ELT_RAIDb_1_WeightedRoundRobin
          Name of a RAIDb-1-WeightedRoundRobin object element.
static java.lang.String ELT_RAIDb_1ec
          Name of a RAIDb-1ec object element.
static java.lang.String ELT_RAIDb_1ec_RoundRobin
          Name of a RAIDb-1ec-RoundRobin object element.
static java.lang.String ELT_RAIDb_1ec_WeightedRoundRobin
          Name of a RAIDb-1ec-WeightedRoundRobin object element.
static java.lang.String ELT_RAIDb_2
          Name of a RAIDb-2 object element.
static java.lang.String ELT_RAIDb_2_LeastPendingRequestsFirst
          Name of a RAIDb-2-LeastPendingRequestsFirst object element.
static java.lang.String ELT_RAIDb_2_RoundRobin
          Name of a RAIDb-2-RoundRobin object element.
static java.lang.String ELT_RAIDb_2_WeightedRoundRobin
          Name of a RAIDb-2-WeightedRoundRobin object element.
static java.lang.String ELT_RAIDb_2ec
          Name of a RAIDb-2ec object element.
static java.lang.String ELT_RAIDb_2ec_RoundRobin
          Name of a RAIDb-2ec-RoundRobin object element.
static java.lang.String ELT_RAIDb_2ec_WeightedRoundRobin
          Name of a RAIDb-2ec-WeightedRoundRobin object element.
static java.lang.String ELT_RAIDb0Scheduler
          Name of a RAIDb-0Scheduler object element.
static java.lang.String ELT_RAIDb1Scheduler
          Name of a RAIDb-1Scheduler object element.
static java.lang.String ELT_RAIDb2Scheduler
          Name of a RAIDb-2Scheduler object element.
static java.lang.String ELT_RandomWaitPoolConnectionManager
          Name of a RandomWaitPoolConnectionManager object element.
static java.lang.String ELT_RealLogin
          Name of a RealLogin object element.
static java.lang.String ELT_RecoveryLog
          Name of a RecoveryLog object element.
static java.lang.String ELT_RecoveryLogTable
          Name of a RecoveryLogTable object element.
static java.lang.String ELT_RequestCache
          Name of a RequestCache object element.
static java.lang.String ELT_RequestManager
          Name of a RequestManager object element.
static java.lang.String ELT_RequestScheduler
          Name of a RequestScheduler object element.
static java.lang.String ELT_SimpleConnectionManager
          Name of a SimpleConnectionManager object element.
static java.lang.String ELT_SingleDB
          Name of a SingleDB object element.
static java.lang.String ELT_SingleDBScheduler
          Name of a SingleDBScheduler object element.
static java.lang.String ELT_VariablePoolConnectionManager
          Name of a VariablePoolConnectionManager object element.
static java.lang.String ELT_VirtualDatabase
          Name of a VirtualDatabase object element.
static java.lang.String ELT_VirtualLogin
          Name of a VirtualLogin object element.
static java.lang.String ELT_WaitForCompletion
          Name of a WaitForCompletion object element
static java.lang.String VAL_all
          Value of a WaitForCompletion/policy, ErrorChecking or CreateTable/policy attribute
static java.lang.String VAL_column
          Value of a QueryCache/granularity attribute.
static java.lang.String VAL_columnUnique
          Value of a QueryCache/granularity attribute.
static java.lang.String VAL_columnUniqueDelete
          Value of a QueryCache/granularity attribute
static java.lang.String VAL_columnUniqueInsertDB
          Value of a QueryCache/granularity attribute.
static java.lang.String VAL_columnUniqueInsertDBUniqueUpdate
          Value of a QueryCache/granularity attribute.
static java.lang.String VAL_database
          Value of a QueryCache/granularity attribute.
static java.lang.String VAL_first
          Value of a WaitForCompletion/policy attribute
static java.lang.String VAL_majority
          Value of a WaitForCompletion/policy attribute
static java.lang.String VAL_noInvalidation
          Value of a QueryCache/granularity attribute.
static java.lang.String VAL_optimisticQuery
          Value of a Request Scheduler level attribute.
static java.lang.String VAL_optimisticTransaction
          Value of a Request Scheduler level attribute.
static java.lang.String VAL_pessimisticTransaction
          Value of a Request Scheduler level attribute.
static java.lang.String VAL_query
          Value of a Request Scheduler level attribute.
static java.lang.String VAL_random
          Value of a CreateTable/policy or ErrorChecking/policy attribute
static java.lang.String VAL_roundRobin
          Value of a CreateTable/policy or ErrorChecking/policy attribute
static java.lang.String VAL_table
          Value of a QueryCache/granularity attribute.
 

Field Detail

ELT_VirtualDatabase

public static final java.lang.String ELT_VirtualDatabase
Name of a VirtualDatabase object element.

See Also:
Constant Field Values

ATT_name

public static final java.lang.String ATT_name
name attribute in VirtualDatabase, BackendWeight, BackendName and DatabaseBackend.

See Also:
Constant Field Values

ATT_maxNbOfConnections

public static final java.lang.String ATT_maxNbOfConnections
maxNbOfConnections attribute in VirtualDatabase.

See Also:
Constant Field Values

ATT_poolThreads

public static final java.lang.String ATT_poolThreads
poolThreads attribute in VirtualDatabase.

See Also:
Constant Field Values

ATT_minNbOfThreads

public static final java.lang.String ATT_minNbOfThreads
minNbOfThreads attribute in VirtualDatabase.

See Also:
Constant Field Values

ATT_maxNbOfThreads

public static final java.lang.String ATT_maxNbOfThreads
maxNbOfThreads attribute in VirtualDatabase.

See Also:
Constant Field Values

ATT_maxThreadIdleTime

public static final java.lang.String ATT_maxThreadIdleTime
maxThreadIdleTime attribute in VirtualDatabase.

See Also:
Constant Field Values

ELT_Distribution

public static final java.lang.String ELT_Distribution
Name of a Distribution object element.

See Also:
Constant Field Values

ATT_groupName

public static final java.lang.String ATT_groupName
groupName attribute in Distribution.

See Also:
Constant Field Values

ELT_DatabaseBackend

public static final java.lang.String ELT_DatabaseBackend
Name of a DatabaseBackend object element.

See Also:
Constant Field Values

ATT_driver

public static final java.lang.String ATT_driver
driver attribute in DatabaseBackend and JDBCRecoveryLog.

See Also:
Constant Field Values

ATT_url

public static final java.lang.String ATT_url
url attribute in DatabaseBackend and JDBCRecoveryLog.

See Also:
Constant Field Values

ELT_AuthenticationManager

public static final java.lang.String ELT_AuthenticationManager
Name of a AuthenticationManager object element.

See Also:
Constant Field Values

ELT_AdminLogin

public static final java.lang.String ELT_AdminLogin
Name of a AdminLogin object element.

See Also:
Constant Field Values

ATT_aLogin

public static final java.lang.String ATT_aLogin
aLogin attribute in AdminLogin.

See Also:
Constant Field Values

ATT_aPassword

public static final java.lang.String ATT_aPassword
aPassword attribute in AdminLogin.

See Also:
Constant Field Values

ELT_VirtualLogin

public static final java.lang.String ELT_VirtualLogin
Name of a VirtualLogin object element.

See Also:
Constant Field Values

ATT_vLogin

public static final java.lang.String ATT_vLogin
vLogin attribute in VirtualLogin and ConnectionManager.

See Also:
Constant Field Values

ATT_vPassword

public static final java.lang.String ATT_vPassword
vPassword attribute in VirtualLogin.

See Also:
Constant Field Values

ELT_RealLogin

public static final java.lang.String ELT_RealLogin
Name of a RealLogin object element.

See Also:
Constant Field Values

ATT_backendName

public static final java.lang.String ATT_backendName
backendName attribute in RealLogin.

See Also:
Constant Field Values

ATT_rLogin

public static final java.lang.String ATT_rLogin
rLogin attribute in RealLogin.

See Also:
Constant Field Values

ATT_rPassword

public static final java.lang.String ATT_rPassword
rPassword attribute in RealLogin.

See Also:
Constant Field Values

ELT_DatabaseSchema

public static final java.lang.String ELT_DatabaseSchema
Name of a DatabaseSchema object element.

See Also:
Constant Field Values

ELT_DatabaseTable

public static final java.lang.String ELT_DatabaseTable
Name of a DatabaseTable object element.

See Also:
Constant Field Values

ATT_tableName

public static final java.lang.String ATT_tableName
tableName attribute in DatabaseTable, CreateTable, RecoveryLogTable and CheckpointTable

See Also:
Constant Field Values

ATT_nbOfColumns

public static final java.lang.String ATT_nbOfColumns
nbOfColumns attribute in DatabaseTable.

See Also:
Constant Field Values

ELT_DatabaseColumn

public static final java.lang.String ELT_DatabaseColumn
Name of a DatabaseColumn object element.

See Also:
Constant Field Values

ATT_columnName

public static final java.lang.String ATT_columnName
columnName attribute in DatabaseColumn.

See Also:
Constant Field Values

ATT_isUnique

public static final java.lang.String ATT_isUnique
isUnique attribute in DatabaseColumn.

See Also:
Constant Field Values

ELT_RequestManager

public static final java.lang.String ELT_RequestManager
Name of a RequestManager object element.

See Also:
Constant Field Values

ATT_backgroundParsing

public static final java.lang.String ATT_backgroundParsing
backgroundParsing attribute in RequestManager.

See Also:
Constant Field Values

ATT_caseSensitiveParsing

public static final java.lang.String ATT_caseSensitiveParsing
caseSensitiveParsing attribute in RequestManager.

See Also:
Constant Field Values

ATT_beginTimeout

public static final java.lang.String ATT_beginTimeout
beginTimeout attribute in RequestManager.

See Also:
Constant Field Values

ATT_commitTimeout

public static final java.lang.String ATT_commitTimeout
commitTimeout attribute in RequestManager.

See Also:
Constant Field Values

ATT_rollbackTimeout

public static final java.lang.String ATT_rollbackTimeout
rollbackTimeout attribute in RequestManager.

See Also:
Constant Field Values

ELT_RequestScheduler

public static final java.lang.String ELT_RequestScheduler
Name of a RequestScheduler object element.

See Also:
Constant Field Values

ELT_SingleDBScheduler

public static final java.lang.String ELT_SingleDBScheduler
Name of a SingleDBScheduler object element.

See Also:
Constant Field Values

ELT_RAIDb0Scheduler

public static final java.lang.String ELT_RAIDb0Scheduler
Name of a RAIDb-0Scheduler object element.

See Also:
Constant Field Values

ELT_RAIDb1Scheduler

public static final java.lang.String ELT_RAIDb1Scheduler
Name of a RAIDb-1Scheduler object element.

See Also:
Constant Field Values

ELT_RAIDb2Scheduler

public static final java.lang.String ELT_RAIDb2Scheduler
Name of a RAIDb-2Scheduler object element.

See Also:
Constant Field Values

ATT_level

public static final java.lang.String ATT_level
level attribute in request schedulers.

See Also:
Constant Field Values

VAL_query

public static final java.lang.String VAL_query
Value of a Request Scheduler level attribute.

See Also:
Constant Field Values

VAL_optimisticQuery

public static final java.lang.String VAL_optimisticQuery
Value of a Request Scheduler level attribute.

See Also:
Constant Field Values

VAL_optimisticTransaction

public static final java.lang.String VAL_optimisticTransaction
Value of a Request Scheduler level attribute.

See Also:
Constant Field Values

VAL_pessimisticTransaction

public static final java.lang.String VAL_pessimisticTransaction
Value of a Request Scheduler level attribute.

See Also:
Constant Field Values

ELT_RequestCache

public static final java.lang.String ELT_RequestCache
Name of a RequestCache object element.

See Also:
Constant Field Values

ELT_QueryCache

public static final java.lang.String ELT_QueryCache
Name of a QueryCache object element.

See Also:
Constant Field Values

ELT_QueryCacheDB

public static final java.lang.String ELT_QueryCacheDB
Name of a QueryCacheDB object element.

See Also:
Constant Field Values

ATT_pendingTimeout

public static final java.lang.String ATT_pendingTimeout
pendingTimeout attribute in QueryCache

See Also:
Constant Field Values

ATT_granularity

public static final java.lang.String ATT_granularity
granularity attribute in QueryCache or QueryCacheDB.

See Also:
Constant Field Values

VAL_noInvalidation

public static final java.lang.String VAL_noInvalidation
Value of a QueryCache/granularity attribute.

See Also:
Constant Field Values

VAL_database

public static final java.lang.String VAL_database
Value of a QueryCache/granularity attribute.

See Also:
Constant Field Values

VAL_table

public static final java.lang.String VAL_table
Value of a QueryCache/granularity attribute.

See Also:
Constant Field Values

VAL_column

public static final java.lang.String VAL_column
Value of a QueryCache/granularity attribute.

See Also:
Constant Field Values

VAL_columnUnique

public static final java.lang.String VAL_columnUnique
Value of a QueryCache/granularity attribute.

See Also:
Constant Field Values

VAL_columnUniqueDelete

public static final java.lang.String VAL_columnUniqueDelete
Value of a QueryCache/granularity attribute

See Also:
Constant Field Values

VAL_columnUniqueInsertDB

public static final java.lang.String VAL_columnUniqueInsertDB
Value of a QueryCache/granularity attribute.

See Also:
Constant Field Values

VAL_columnUniqueInsertDBUniqueUpdate

public static final java.lang.String VAL_columnUniqueInsertDBUniqueUpdate
Value of a QueryCache/granularity attribute.

See Also:
Constant Field Values

ELT_LoadBalancer

public static final java.lang.String ELT_LoadBalancer
Name of a RequestLoadBalancer object element.

See Also:
Constant Field Values

ELT_SingleDB

public static final java.lang.String ELT_SingleDB
Name of a SingleDB object element.

See Also:
Constant Field Values

ELT_RAIDb_0

public static final java.lang.String ELT_RAIDb_0
Name of a RAIDb-0 object element.

See Also:
Constant Field Values

ELT_RAIDb_1

public static final java.lang.String ELT_RAIDb_1
Name of a RAIDb-1 object element.

See Also:
Constant Field Values

ELT_RAIDb_1_RoundRobin

public static final java.lang.String ELT_RAIDb_1_RoundRobin
Name of a RAIDb-1-RoundRobin object element.

See Also:
Constant Field Values

ELT_RAIDb_1_WeightedRoundRobin

public static final java.lang.String ELT_RAIDb_1_WeightedRoundRobin
Name of a RAIDb-1-WeightedRoundRobin object element.

See Also:
Constant Field Values

ELT_RAIDb_1_LeastPendingRequestsFirst

public static final java.lang.String ELT_RAIDb_1_LeastPendingRequestsFirst
Name of a RAIDb-1-LeastPendingRequestsFirst object element.

See Also:
Constant Field Values

ELT_RAIDb_1ec

public static final java.lang.String ELT_RAIDb_1ec
Name of a RAIDb-1ec object element.

See Also:
Constant Field Values

ATT_nbOfConcurrentReads

public static final java.lang.String ATT_nbOfConcurrentReads
nbOfConcurrentReads attribute in RAIDb-1ec and RAIDb-2ec

See Also:
Constant Field Values

ELT_RAIDb_1ec_RoundRobin

public static final java.lang.String ELT_RAIDb_1ec_RoundRobin
Name of a RAIDb-1ec-RoundRobin object element.

See Also:
Constant Field Values

ELT_RAIDb_1ec_WeightedRoundRobin

public static final java.lang.String ELT_RAIDb_1ec_WeightedRoundRobin
Name of a RAIDb-1ec-WeightedRoundRobin object element.

See Also:
Constant Field Values

ELT_RAIDb_2

public static final java.lang.String ELT_RAIDb_2
Name of a RAIDb-2 object element.

See Also:
Constant Field Values

ELT_RAIDb_2_RoundRobin

public static final java.lang.String ELT_RAIDb_2_RoundRobin
Name of a RAIDb-2-RoundRobin object element.

See Also:
Constant Field Values

ELT_RAIDb_2_WeightedRoundRobin

public static final java.lang.String ELT_RAIDb_2_WeightedRoundRobin
Name of a RAIDb-2-WeightedRoundRobin object element.

See Also:
Constant Field Values

ELT_RAIDb_2_LeastPendingRequestsFirst

public static final java.lang.String ELT_RAIDb_2_LeastPendingRequestsFirst
Name of a RAIDb-2-LeastPendingRequestsFirst object element.

See Also:
Constant Field Values

ELT_RAIDb_2ec

public static final java.lang.String ELT_RAIDb_2ec
Name of a RAIDb-2ec object element.

See Also:
Constant Field Values

ELT_RAIDb_2ec_RoundRobin

public static final java.lang.String ELT_RAIDb_2ec_RoundRobin
Name of a RAIDb-2ec-RoundRobin object element.

See Also:
Constant Field Values

ELT_RAIDb_2ec_WeightedRoundRobin

public static final java.lang.String ELT_RAIDb_2ec_WeightedRoundRobin
Name of a RAIDb-2ec-WeightedRoundRobin object element.

See Also:
Constant Field Values

ELT_WaitForCompletion

public static final java.lang.String ELT_WaitForCompletion
Name of a WaitForCompletion object element

See Also:
Constant Field Values

ATT_policy

public static final java.lang.String ATT_policy
policy attribute in WaitForCompletion and CreateTable

See Also:
Constant Field Values

VAL_first

public static final java.lang.String VAL_first
Value of a WaitForCompletion/policy attribute

See Also:
Constant Field Values

VAL_majority

public static final java.lang.String VAL_majority
Value of a WaitForCompletion/policy attribute

See Also:
Constant Field Values

VAL_all

public static final java.lang.String VAL_all
Value of a WaitForCompletion/policy, ErrorChecking or CreateTable/policy attribute

See Also:
Constant Field Values

ELT_ErrorChecking

public static final java.lang.String ELT_ErrorChecking
Name of a ErrorChecking object element

See Also:
Constant Field Values

ELT_CreateTable

public static final java.lang.String ELT_CreateTable
Name of a CreateTable object element

See Also:
Constant Field Values

VAL_random

public static final java.lang.String VAL_random
Value of a CreateTable/policy or ErrorChecking/policy attribute

See Also:
Constant Field Values

VAL_roundRobin

public static final java.lang.String VAL_roundRobin
Value of a CreateTable/policy or ErrorChecking/policy attribute

See Also:
Constant Field Values

ATT_numberOfNodes

public static final java.lang.String ATT_numberOfNodes
numberOfNodes attribute in CreateTable or ErrorChecking

See Also:
Constant Field Values

ELT_BackendWeight

public static final java.lang.String ELT_BackendWeight
Name of a BackendWeight object element

See Also:
Constant Field Values

ATT_weight

public static final java.lang.String ATT_weight
weight attribute in BackendWeight.

See Also:
Constant Field Values

ELT_BackendName

public static final java.lang.String ELT_BackendName
Name of a BackendName object element

See Also:
Constant Field Values

ELT_ConnectionManager

public static final java.lang.String ELT_ConnectionManager
Name of a ConnectionManager object element.

See Also:
Constant Field Values

ELT_SimpleConnectionManager

public static final java.lang.String ELT_SimpleConnectionManager
Name of a SimpleConnectionManager object element.

See Also:
Constant Field Values

ELT_FailFastPoolConnectionManager

public static final java.lang.String ELT_FailFastPoolConnectionManager
Name of a FailFastPoolConnectionManager object element.

See Also:
Constant Field Values

ELT_RandomWaitPoolConnectionManager

public static final java.lang.String ELT_RandomWaitPoolConnectionManager
Name of a RandomWaitPoolConnectionManager object element.

See Also:
Constant Field Values

ELT_VariablePoolConnectionManager

public static final java.lang.String ELT_VariablePoolConnectionManager
Name of a VariablePoolConnectionManager object element.

See Also:
Constant Field Values

ATT_poolSize

public static final java.lang.String ATT_poolSize
poolSize attribute in FailFastPoolConnectionManager or RandomWaitPoolConnectionManager.

See Also:
Constant Field Values

ATT_timeout

public static final java.lang.String ATT_timeout
timeout attribute in RandomWaitPoolConnectionManager.

See Also:
Constant Field Values

ATT_initPoolSize

public static final java.lang.String ATT_initPoolSize
initPoolSize attribute in VariablePoolConnectionManager.

See Also:
Constant Field Values

ATT_minPoolSize

public static final java.lang.String ATT_minPoolSize
minPoolSize attribute in VariablePoolConnectionManager.

See Also:
Constant Field Values

ATT_maxPoolSize

public static final java.lang.String ATT_maxPoolSize
maxPoolSize attribute in VariablePoolConnectionManager.

See Also:
Constant Field Values

ATT_idleTimeout

public static final java.lang.String ATT_idleTimeout
idleTimeout attribute in VariablePoolConnectionManager.

See Also:
Constant Field Values

ATT_waitTimeout

public static final java.lang.String ATT_waitTimeout
waitTimeout attribute in VariablePoolConnectionManager.

See Also:
Constant Field Values

ELT_RecoveryLog

public static final java.lang.String ELT_RecoveryLog
Name of a RecoveryLog object element.

See Also:
Constant Field Values

ELT_FileRecoveryLog

public static final java.lang.String ELT_FileRecoveryLog
Name of a FileRecoveryLog object element.

See Also:
Constant Field Values

ATT_fileName

public static final java.lang.String ATT_fileName
fileName attribute in FileRecoveryLog.

See Also:
Constant Field Values

ELT_JDBCRecoveryLog

public static final java.lang.String ELT_JDBCRecoveryLog
Name of a JDBCRecoveryLog object element.

See Also:
Constant Field Values

ATT_login

public static final java.lang.String ATT_login
login attribute in JDBCRecoveryLog.

See Also:
Constant Field Values

ATT_password

public static final java.lang.String ATT_password
password attribute in JDBCRecoveryLog.

See Also:
Constant Field Values

ATT_requestTimeout

public static final java.lang.String ATT_requestTimeout
requestTimeout attribute in JDBCRecoveryLog.

See Also:
Constant Field Values

ELT_RecoveryLogTable

public static final java.lang.String ELT_RecoveryLogTable
Name of a RecoveryLogTable object element.

See Also:
Constant Field Values

ATT_idColumnType

public static final java.lang.String ATT_idColumnType
idColumnType attribute in RecoveryLogTable.

See Also:
Constant Field Values

ATT_vloginColumnType

public static final java.lang.String ATT_vloginColumnType
vloginColumnType attribute in RecoveryLogTable.

See Also:
Constant Field Values

ATT_sqlColumnType

public static final java.lang.String ATT_sqlColumnType
sqlColumnType attribute in RecoveryLogTable.

See Also:
Constant Field Values

ATT_transactionIdColumnType

public static final java.lang.String ATT_transactionIdColumnType
transactionIdColumnType attribute in RecoveryLogTable.

See Also:
Constant Field Values

ATT_extraStatementDefinition

public static final java.lang.String ATT_extraStatementDefinition
extraStatementDefinition attribute in RecoveryLogTable and CheckpointTable.

See Also:
Constant Field Values

ELT_CheckpointTable

public static final java.lang.String ELT_CheckpointTable
Name of a CheckpointTable object element.

See Also:
Constant Field Values

ATT_checkpointNameColumnType

public static final java.lang.String ATT_checkpointNameColumnType
checkpointNameColumnType attribute in CheckpointTable.

See Also:
Constant Field Values

ATT_requestIdColumnType

public static final java.lang.String ATT_requestIdColumnType
requestIdColumnType attribute in CheckpointTable.

See Also:
Constant Field Values


Copyright © 2002, 2003 - ObjectWeb Consortium - All Rights Reserved.