Adaptive Personalization Manual / Version 2107
Table Of ContentsKey components of CoreMedia Adaptive Personalization expose management functionality via the following JMX MBeans:
ContextCollectorManager
SelectionRuleProcessorManager
You can find a detailed list of all available JMX properties in the corresponding API documentation of the classes.
ContextCollectorManager
This class provides statistics about the performance of the ContextCollector
and
each registered ContextSource
. By default, only performance tracking of the
ContextCollector
is enabled. If you want to enable tracking of the sources, use
the perSourcePerformanceEnabled
flag in your JMX console.
You can use the ContextCollectorManager
bean to activate and deactivate the
ContextCollector
. This might be useful if you have an unexpected spike in high
traffic and you want to disable Adaptive Personalization. Use the
ContextCollectorEnable
flag for this task.
SelectionRuleProcessorManager
This class provides statistics about the performance of all
SelectionRuleProcessor
instances used in a
CAE.