com.mtgi.analytics.aop.config.v11
Interface ConfigurationConstants


public interface ConfigurationConstants

String constants for values embedded in com/mtgi/analytics/aop/config/v11/applicationContext.xml.


Field Summary
static String CONFIG_EXECUTOR
          bean name for the default private TaskExecutor instance used by the private scheduler and bt:manager
static String CONFIG_MANAGER
          bean name for the default bt:manager configuration
static String CONFIG_NAMESPACE
          prefix used on all bean names found in the template configuration
static String CONFIG_PERSISTER
          bean name for the default bt:persister configuration
static String CONFIG_SCHEDULER
          bean name for the default private Quartz Scheduler instance used by both bt:manager and bt:persister
static String CONFIG_SESSION_CONTEXT
          bean name for the default bt:session-context configuration
static String CONFIG_TEMPLATE
          classpath resource location for the embedded template configuration used by BtManagerBeanDefinitionParser
 

Field Detail

CONFIG_TEMPLATE

static final String CONFIG_TEMPLATE
classpath resource location for the embedded template configuration used by BtManagerBeanDefinitionParser

See Also:
Constant Field Values

CONFIG_NAMESPACE

static final String CONFIG_NAMESPACE
prefix used on all bean names found in the template configuration

See Also:
Constant Field Values

CONFIG_MANAGER

static final String CONFIG_MANAGER
bean name for the default bt:manager configuration

See Also:
Constant Field Values

CONFIG_SESSION_CONTEXT

static final String CONFIG_SESSION_CONTEXT
bean name for the default bt:session-context configuration

See Also:
Constant Field Values

CONFIG_PERSISTER

static final String CONFIG_PERSISTER
bean name for the default bt:persister configuration

See Also:
Constant Field Values

CONFIG_SCHEDULER

static final String CONFIG_SCHEDULER
bean name for the default private Quartz Scheduler instance used by both bt:manager and bt:persister

See Also:
Constant Field Values

CONFIG_EXECUTOR

static final String CONFIG_EXECUTOR
bean name for the default private TaskExecutor instance used by the private scheduler and bt:manager

See Also:
Constant Field Values