3 Replies Latest reply on Oct 28, 2004 9:13 AM by dimitris

    Alternative MBean Method Invoke Inquiry

    jojopaderes

      I was able to invoke a MBean's method using MBeanServer.invoke(), however I'm worried about the reflection overhead. I'm looking for simpler means of invoking the MBean methods. Are there alternative approaches on how to do it, or MBeanServer.invoke() is the only way to use a MBean's method?