Re: [JBoss-user] getting multiple JMX attributes

2003-11-09 Thread julien viet
You will assign a string array with : john,doe,foo,bar see org.jboss.util.propertyeditor.StringArrayPropertyEditor > Hi, > > When developping a MBeanService component, how to get > multiple attributes from a -service.xml file ? > > for example, how to do something like : > > > john doe foo b

[JBoss-user] getting multiple JMX attributes

2003-11-09 Thread Ionel GARDAIS
Hi, When developping a MBeanService component, how to get multiple attributes from a -service.xml file ? for example, how to do something like : johndoefoobar and to retrieve all "aParam" attributes, according to the fact that there can be 1-N parameters ? Does : /** * @jmx.managed-attrib