org.apertereports.common
Interface ConfigurationConstants


public interface ConfigurationConstants

Contains configuration keys used in the application.


Field Summary
static String CONFIGURATION_CACHE_TIMEOUT_IN_MINUTES
          Defines a key corresponding to configuration cache timeout.
static String JASPER_REPORTS_CHARACTER_ENCODING
          The key used to set Jasper's character encoding.
static String JNDI_JMS_CONNECTION_FACTORY
          The key used to get the JMS connection factory name from configuration.
static String JNDI_JMS_QUEUE_CYCLIC_REPORT
          The key used to get the cyclic reports JMS queue from configuration.
static String JNDI_JMS_QUEUE_GENERATE_REPORT
          The key used to get the report generation JMS queue from configuration.
static String JNDI_MAIL_SESSION
          Corresponds to a JNDI name used to get the mail session from an initial context.
static String MAIL_SEND_DELAY
          The key to retrieve the delay between sending each mail.
static String MAIL_SESSION_USER
          Corresponds to a JNDI name used to get the mail session's user property.
static String MESSAGE_PROVIDER_BGREPORT_EMAIL_MESSAGE
          The key of an email message template.
static String MESSAGE_PROVIDER_BGREPORT_EMAIL_TITLE
          The key of an email message title.
static String MESSAGE_PROVIDER_RESOURCE
          The key of a message provider base resource bundle name.
 

Field Detail

MAIL_SESSION_USER

static final String MAIL_SESSION_USER
Corresponds to a JNDI name used to get the mail session's user property.

See Also:
Constant Field Values

MESSAGE_PROVIDER_RESOURCE

static final String MESSAGE_PROVIDER_RESOURCE
The key of a message provider base resource bundle name.

See Also:
Constant Field Values

MESSAGE_PROVIDER_BGREPORT_EMAIL_TITLE

static final String MESSAGE_PROVIDER_BGREPORT_EMAIL_TITLE
The key of an email message title. This should be used along with a MessageProvider instance to get the relevant email title from a resource bundle.

See Also:
Constant Field Values

MESSAGE_PROVIDER_BGREPORT_EMAIL_MESSAGE

static final String MESSAGE_PROVIDER_BGREPORT_EMAIL_MESSAGE
The key of an email message template. This should be used along with a MessageProvider instance to get the relevant email message template from a resource bundle.

See Also:
Constant Field Values

JNDI_MAIL_SESSION

static final String JNDI_MAIL_SESSION
Corresponds to a JNDI name used to get the mail session from an initial context.

See Also:
Constant Field Values

MAIL_SEND_DELAY

static final String MAIL_SEND_DELAY
The key to retrieve the delay between sending each mail. This is useful when a SMTP server prevents from sending too many emails too quickly.

See Also:
Constant Field Values

JNDI_JMS_QUEUE_GENERATE_REPORT

static final String JNDI_JMS_QUEUE_GENERATE_REPORT
The key used to get the report generation JMS queue from configuration.

See Also:
Constant Field Values

JNDI_JMS_QUEUE_CYCLIC_REPORT

static final String JNDI_JMS_QUEUE_CYCLIC_REPORT
The key used to get the cyclic reports JMS queue from configuration.

See Also:
Constant Field Values

JNDI_JMS_CONNECTION_FACTORY

static final String JNDI_JMS_CONNECTION_FACTORY
The key used to get the JMS connection factory name from configuration.

See Also:
Constant Field Values

JASPER_REPORTS_CHARACTER_ENCODING

static final String JASPER_REPORTS_CHARACTER_ENCODING
The key used to set Jasper's character encoding.

See Also:
Constant Field Values

CONFIGURATION_CACHE_TIMEOUT_IN_MINUTES

static final String CONFIGURATION_CACHE_TIMEOUT_IN_MINUTES
Defines a key corresponding to configuration cache timeout.

See Also:
Constant Field Values


Copyright © 2011-2012. All Rights Reserved.