I implement an MBean using EJB3 annotation:
@Service(objectName = "babar:service=auditLock")
| @Management(BabarAuditManagerMBean.class)
| public class BabarAuditManager implements BabarAuditManagerMBean {
Using jmx console, I can see my MBean. Now I'd like to add some description for
attributes and MBean. Id do not find how to add this description ?
After I'd like to change the visibility of attributes and method in the JMX console.
How can I reduce the visibility ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071968#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...