[jboss-user] [JBoss Messaging] - MBean created with @Service annotation needs descriptions in JMX-console

Jochen H do-not-reply at jboss.com
Wed Mar 31 10:31:02 EDT 2010


Jochen H [http://community.jboss.org/people/Jochus] created the discussion

"MBean created with @Service annotation needs descriptions in JMX-console"

To view the discussion, visit: http://community.jboss.org/message/534941#534941

--------------------------------------------------------------
I have a class which I annotated with @Service (org.jboss.annotation.ejb.Service). So my class will be a message driven bean which appears in the JMX-console.

I have some methods in that class that don't have a description in the JMX-concole. The parameters are also not foreseen with descriptions. For some methods, it's not clear which parameter is which. For some methods, you have to specify a date with a certain date format. I want to specify that date format in the description of the parameter

So this is how it looks now ...
** p1 [ ] (no description)
** p2 [ ] (no description)

This is how I want it be looking ...
** p1 [ ] (startdate (use: yyyy/MM/dd))
** p2 [ ] (enddate (use: yyyy/MM/dd))

Any idea's?

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/534941#534941]

Start a new discussion in JBoss Messaging at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2042]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100331/a360dfaa/attachment.html 


More information about the jboss-user mailing list