[JBoss-user] [Management, JMX/JBoss] - note on instrumenting a NotificationBroadcaster as an XMBean

2004-04-21 Thread brettcalvin
Just thought I'd share something I'd discovered: If you have a class that implements the NotificationBroadcaster interface (sends JMX notifications) and you instrument it as a ModelMBean using the XMBean approach (by providing an XML description of the MBean interface), you must have a public

[JBoss-user] [Management, JMX/JBoss] - ModelMBeanInfo.getMBeanDescriptor().getFieldValue(

2004-03-29 Thread brettcalvin
Greetings - I am writing my own persistence manager for my model mbeans. Obviously, you need some sort of unique name to associate with each set of attributes for each MBean. My intent was to use the MBean name, since it is there and already unique. So, in my