[jboss-user] [EJB 3.0] - EJB3 annotaion and MBean description

jc7442 do-not-reply at jboss.com
Wed Aug 8 07:52:55 EDT 2007


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#4071968

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



More information about the jboss-user mailing list