Java javax.management MBeanServerInvocationHandler fields, constructors, methods, implement or subclass

Example usage for Java javax.management MBeanServerInvocationHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.management MBeanServerInvocationHandler.

The text is from its open source code.

Constructor

MBeanServerInvocationHandler(MBeanServerConnection connection, ObjectName objectName, boolean isMXBean)

Invocation handler that can forward methods through an MBean server to a Standard MBean or MXBean.

Method

TnewProxyInstance(MBeanServerConnection connection, ObjectName objectName, Class interfaceClass, boolean notificationBroadcaster)

Return a proxy that implements the given interface by forwarding its methods through the given MBean server to the named MBean.