Interface EnterpriseBeanstalkConstants
-
public interface EnterpriseBeanstalkConstantsHolds constants used in the enterprise beanstalk configuration.
-
-
Field Summary
Fields Modifier and Type Field Description static StringBEANSTALK_MANAGER_PROP_NAMEServerContextInformation property name of the BeanstalkManagerstatic StringBEANSTALK_MBEAN_CATEGORY_NAMECategory name for JMX MBeans registered to monitor beanstalks.static StringSTATEFUL_BEANS_TIMEOUTCache timeout in minutes for stateful session beansstatic StringSTATEFUL_BEANS_WARN_LIMITWarn limit for stateless session beans.static StringSTATELESS_BEANS_TIMEOUTCache timeout in minutes for stateless session beansstatic StringSTATELESS_BEANS_WARN_LIMITWarn limit for stateless session beans.static StringSYNAPSE_BEANSTALK_PREFIXPrefix for beanstalk related configuration property names in synapse.properties.
-
-
-
Field Detail
-
SYNAPSE_BEANSTALK_PREFIX
static final String SYNAPSE_BEANSTALK_PREFIX
Prefix for beanstalk related configuration property names in synapse.properties.- See Also:
- Constant Field Values
-
STATELESS_BEANS_TIMEOUT
static final String STATELESS_BEANS_TIMEOUT
Cache timeout in minutes for stateless session beans- See Also:
- Constant Field Values
-
STATEFUL_BEANS_TIMEOUT
static final String STATEFUL_BEANS_TIMEOUT
Cache timeout in minutes for stateful session beans- See Also:
- Constant Field Values
-
STATELESS_BEANS_WARN_LIMIT
static final String STATELESS_BEANS_WARN_LIMIT
Warn limit for stateless session beans. A warning is generated when more than this many of stateless bean stubs are cached in this beanstalk.- See Also:
- Constant Field Values
-
STATEFUL_BEANS_WARN_LIMIT
static final String STATEFUL_BEANS_WARN_LIMIT
Warn limit for stateless session beans. A warning is generated when more than this many of stateless bean stubs are cached in this beanstalk.- See Also:
- Constant Field Values
-
BEANSTALK_MANAGER_PROP_NAME
static final String BEANSTALK_MANAGER_PROP_NAME
ServerContextInformation property name of the BeanstalkManager- See Also:
- Constant Field Values
-
BEANSTALK_MBEAN_CATEGORY_NAME
static final String BEANSTALK_MBEAN_CATEGORY_NAME
Category name for JMX MBeans registered to monitor beanstalks.- See Also:
- Constant Field Values
-
-