1 Reply Latest reply on Aug 8, 2007 2:39 PM by alrubinger

    EJB3 annotaion and MBean description

    jc7442

      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 ?