public class ProxyUtil extends Object
Basic proxy utility methods.
Modifier and Type | Method and Description |
---|---|
static Object |
getMBeanProxy(MBeanServerConnection server,
ObjectName objectName,
Class mbeanInterfaceClass,
boolean notificationBroadcaster)
Get a proxy instance for the given MBean.
|
public static Object getMBeanProxy(MBeanServerConnection server, ObjectName objectName, Class mbeanInterfaceClass, boolean notificationBroadcaster)
Get a proxy instance for the given MBean.
server
- objectName
- mbeanInterfaceClass
- notificationBroadcaster
-