Re:[JBoss-user] Exposing EJB atributes via JMX

2003-03-24 Thread Alberto Rodriguez Galdo
L PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Monday, March 24, 2003 9:56 AM >Subject: [JBoss-user] Exposing EJB atributes via JMX >I want to expose certain atributes of a Message Driven Bean as a Standard >MBean so in the constructor of the MDB i put this code: >List list

[JBoss-user] Exposing EJB atributes via JMX

2003-03-24 Thread Alberto Rodriguez Galdo
I want to expose certain atributes of a Message Driven Bean as a Standard MBean so in the constructor of the MDB i put this code: List listaServidores = MBeanServerFactory.findMBeanServer(null); MBeanServer servidor = (MBeanServer)listaServidores.iterator().next(); try { ObjectName name =