| ILOG JRules User Guide > Managing Rule Execution Server > Tasks > Monitoring Rule Execution Server Events > Management Events Monitoring |
Management Events Monitoring |
PREVIOUS NEXT |
All JMX events, that is, all changes to code or business policy are tracked to allow you to respond to lifecycle events for managed resources.
Events due to entity registration or unregistration (rulesets or RuleApps) are performed by the JMX framework. When an MBean is registered or unregistered in the MBean server an MBeanServerNotification is emitted. To register an object as a listener of these MBeanServerNotifications you call the MBean server method addNotificationListener with the JMImplementation:type=MBeanServerDelegate as the ObjectName.
You can also receive events from RuleApp and ruleset MBeans when the state of the MBean changes. To register an object as a listener of RuleApp/ruleset MBean notifications call the MBean server method addNotificationListener with the RuleApp/ruleset MBean object name as a parameter.
The following MBean manipulations create an event:
| Copyright © 1987-2008 ILOG S.A. All rights reserved. Legal terms. Documentation homepage. | PREVIOUS NEXT |