Example usage for Java javax.management MBeanServerInvocationHandler fields, constructors, methods, implement or subclass
The text is from its open source code.
MBeanServerInvocationHandler(MBeanServerConnection connection, ObjectName objectName, boolean isMXBean) Invocation handler that can forward methods through an MBean server to a Standard MBean or MXBean. |
T | newProxyInstance(MBeanServerConnection connection, ObjectName objectName, Class Return a proxy that implements the given interface by forwarding its methods through the given MBean server to the named MBean. |