com.ibm.jbatch.container.util
Interface BatchContainerConstants

All Known Implementing Classes:
BoundedThreadPoolServiceImpl, JNDIDelegatingThreadPoolServiceImpl, ServicesManagerImpl

public interface BatchContainerConstants


Field Summary
static String BATCH_ADMIN_CONFIG_FILE
           
static String BATCH_INTEGRATOR_CONFIG_FILE
           
static String BOUNDED_THREADPOOL_MAX_POOL_SIZE
           
static String DB_PASSWORD
           
static String DB_SCHEMA
           
static String DB_USER
           
static String DEFAULT_DB_SCHEMA
           
static String DEFAULT_JDBC_DRIVER
           
static String DEFAULT_JDBC_JNDI_NAME
           
static String DEFAULT_JDBC_URL
           
static String J2SE_MODE
           
static String JDBC_DRIVER
           
static String JDBC_URL
           
static String JNDI_NAME
           
static String THREADPOOL_JNDI_LOCATION
           
 

Field Detail

BATCH_ADMIN_CONFIG_FILE

static final String BATCH_ADMIN_CONFIG_FILE
See Also:
Constant Field Values

BATCH_INTEGRATOR_CONFIG_FILE

static final String BATCH_INTEGRATOR_CONFIG_FILE
See Also:
Constant Field Values

J2SE_MODE

static final String J2SE_MODE
See Also:
Constant Field Values

JNDI_NAME

static final String JNDI_NAME
See Also:
Constant Field Values

BOUNDED_THREADPOOL_MAX_POOL_SIZE

static final String BOUNDED_THREADPOOL_MAX_POOL_SIZE
See Also:
Constant Field Values

THREADPOOL_JNDI_LOCATION

static final String THREADPOOL_JNDI_LOCATION
See Also:
Constant Field Values

JDBC_DRIVER

static final String JDBC_DRIVER
See Also:
Constant Field Values

JDBC_URL

static final String JDBC_URL
See Also:
Constant Field Values

DB_USER

static final String DB_USER
See Also:
Constant Field Values

DB_PASSWORD

static final String DB_PASSWORD
See Also:
Constant Field Values

DB_SCHEMA

static final String DB_SCHEMA
See Also:
Constant Field Values

DEFAULT_JDBC_JNDI_NAME

static final String DEFAULT_JDBC_JNDI_NAME
See Also:
Constant Field Values

DEFAULT_JDBC_DRIVER

static final String DEFAULT_JDBC_DRIVER
See Also:
Constant Field Values

DEFAULT_JDBC_URL

static final String DEFAULT_JDBC_URL
See Also:
Constant Field Values

DEFAULT_DB_SCHEMA

static final String DEFAULT_DB_SCHEMA
See Also:
Constant Field Values


Copyright © 2013. All Rights Reserved.