Interface EnterpriseBeanstalkConstants
public interface EnterpriseBeanstalkConstants
Holds constants used in the enterprise beanstalk configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringServerContextInformation property name of the BeanstalkManagerstatic final StringCategory name for JMX MBeans registered to monitor beanstalks.static final StringCache timeout in minutes for stateful session beansstatic final StringWarn limit for stateless session beans.static final StringCache timeout in minutes for stateless session beansstatic final StringWarn limit for stateless session beans.static final StringPrefix for beanstalk related configuration property names in synapse.properties.
-
Field Details
-
SYNAPSE_BEANSTALK_PREFIX
Prefix for beanstalk related configuration property names in synapse.properties.- See Also:
-
STATELESS_BEANS_TIMEOUT
Cache timeout in minutes for stateless session beans- See Also:
-
STATEFUL_BEANS_TIMEOUT
Cache timeout in minutes for stateful session beans- See Also:
-
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:
-
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:
-
BEANSTALK_MANAGER_PROP_NAME
ServerContextInformation property name of the BeanstalkManager- See Also:
-
BEANSTALK_MBEAN_CATEGORY_NAME
Category name for JMX MBeans registered to monitor beanstalks.- See Also:
-