gaubert
Oct 6th, 2005, 10:24 AM
Hi,
I am using apache commons attribute to declare my Beans as MBean. Everything is working like a charm expect ManagedOperationParameter(s).
How can I use this annotation to describe parameters of my exposed methods ?
Below is how I annotate a method I want to expose. What do I have to do to also describe aSourceName ?
/**
* @@org.springframework.jmx.export.metadata.ManagedO peration
* (description="reset a synchronization Source (both synchro dates are reset to 1970-01-01")
*
*/
public String resetSource(String aSourceName)
Thanks a lot,
Cheers Guillaume
I am using apache commons attribute to declare my Beans as MBean. Everything is working like a charm expect ManagedOperationParameter(s).
How can I use this annotation to describe parameters of my exposed methods ?
Below is how I annotate a method I want to expose. What do I have to do to also describe aSourceName ?
/**
* @@org.springframework.jmx.export.metadata.ManagedO peration
* (description="reset a synchronization Source (both synchro dates are reset to 1970-01-01")
*
*/
public String resetSource(String aSourceName)
Thanks a lot,
Cheers Guillaume