public class

MXBeanProxy

extends Object
java.lang.Object
   ↳ com.sun.jmx.mbeanserver.MXBeanProxy

Class Overview

Helper class for an InvocationHandler that forwards methods from an MXBean interface to a named MXBean in an MBean Server and handles translation between the arbitrary Java types in the interface and the Open Types used by the MXBean.

Summary

Public Constructors
MXBeanProxy(Class<?> mxbeanInterface)
Public Methods
Object invoke(MBeanServerConnection mbsc, ObjectName name, Method method, Object[] args)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public MXBeanProxy (Class<?> mxbeanInterface)

Public Methods

public Object invoke (MBeanServerConnection mbsc, ObjectName name, Method method, Object[] args)

Throws
Throwable