[jboss-user] [Management, JMX/JBoss] - Re: XMBean and SubscriptionList

dimitris@jboss.org do-not-reply at jboss.com
Thu Nov 8 03:44:41 EST 2007


Your xmbean descriptor should describe all operations/attribute that appear on your mbean interface, including:

  | <attribute access="read-write" getMethod="getSubscriptionList" setMethod="setSubscriptionList">
  |    <description>The subscription list configuration/description>
  |    <name>SubscriptionList</name>
  |    <type>org.w3c.dom.Element</type>
  | </attribute>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102805#4102805

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102805



More information about the jboss-user mailing list