| At line 8 changed 1 line. |
| Please see [Sierra Update-Monitoring And Management|http://wiki.open-esb.java.net/Wiki.jsp?page=SierraUpdate#section-SierraUpdate-RuntimeMonitoringAndManagement] for information on changes required in the JBI Framework to support monitoring. |
| For information on changes required in the JBI Framework to support monitoring, please see the following pages: |
| At line 10 added 5 lines. |
| * [SierraMBeanNotifications] |
| * [SierraUpdateRuntimeMonitoring] |
| * [SierraStatisticsPresentation] |
| At line 17 added 13 lines. |
| ! Custom MBeans |
| There are currently 4 types of custom MBeans that are registered by components. They are: |
| * Configuration - Used by components to control their runtime configuration |
| * Administration - Used by components to provide administration functionality, like listing active/inactive endpoints, suspend/resume endpoints (like Http BC) |
| * Statistics - Used by components to provide extended statistics |
| * [ManagementActions|http://wiki.open-esb.java.net/Wiki.jsp?page=ExtendedManagementActions] - Used by components to provide custom management functionality - like BPEL SE provides the ability to purge database data |
| You can register custom MBeans using |
| {{{ |
| componentContext.getMBeanNames().createCustomComponentMBeanName("Configuration") |
| }}} |
| At line 257 added 3 lines. |
| ---- |
| * Back to [SystemicQualities] |