2 Replies Latest reply on Sep 28, 2002 10:00 AM by sgturner

    MBean get implementation class name

      Using an ObjectName, is it possible to find out the concrete object instance class name that the ObjectName is representing in the MBeanServer. I've tried things like getting the ObjectInstance.getClassName() and the MBeanInfo.getClassName() for this ObjectName, but this class name is the MBean interface name and not the underlying implementation class name. Please help if possible.