Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JBoss User Help »

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

scott.stark@jboss.org

2007-08-08


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
_______________________________________________
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user
©2008 junlu.com - Jax Systems, LLC, U.S.A.