Interface | Description |
---|---|
MRuleExecutionSetManagementBean |
Describes MRules MX Bean.
|
MRuleExecutionSetManagementBean.JMXRecorder |
Describes the recorder which will allow to collect data and emit notifications.
|
MRuleExecutionSetManagementBean.JMXRecorderBuilder |
Describes the builder which will allow to record lifecycle phase event data and emit notifications.
|
MRuleExecutionSetManagementBean.MRuleExecutionSetMxBean |
Describes the bean which will actually be registered in MBean server.
|
MRuleExecutionSetManagementBean.MRuleExecutionSetNotificationEmitter |
Describes the bean which will actually be registered in MBean server.
|
MRulesJmxRegistrationStrategy |
Describes the strategy to use for rulesets registration names in MBean servers.
|
Class | Description |
---|---|
AbstractMRulesJmxRegistrationStrategy |
Base class for
MRulesJmxRegistrationStrategy implementations. |
MRuleExecutionSetManagementBean.Constants |
MBean description constants
|
MRuleExecutionSetManagementBean.JMXRecorderBuilderAggregate |
JMXRecorderBuilder which dispatches actions to several builders.
|
MRuleExecutionSetManagementBeanImpl |
Default implementation of MRules MX Bean.
|
MRuleExecutionSetManagementBeanNoopImpl |
Implementation doing nothing in any case.
|
MRuleExecutionSetMXNotification |
JMX notification that
IMRuleExecutionSet will emit. |
MRulesEmitterMBean |
Internal emitter bean.
|
MRulesJmxAggregateRegistrationStrategy |
This implementation allows to wrap several strategies to redirect all actions to all of them
. |
MRulesJmxGlobalRegistrationStrategy |
Implementation using one unique global MXBean to monitor all rulesets.
|
MRulesJmxNameRegistrationStrategy |
Implementation using one MXBean (i.e. the same on each MBeanServer) to monitor one ruleset, based on the ruleset name.
|
MRulesJmxNoopRegistrationStrategy |
This implementation registers nothing in MBean servers and takes no actions in any case.
|