public class OpenTypeMappingIHandler
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
InvocationHandler interface that is used to
handle method invocations on MXBeans that have been obtained using the proxy
method.| Constructor and Description |
|---|
OpenTypeMappingIHandler(javax.management.MBeanServerConnection connection,
java.lang.String mxBeanType,
java.lang.String mxBeanName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
public OpenTypeMappingIHandler(javax.management.MBeanServerConnection connection,
java.lang.String mxBeanType,
java.lang.String mxBeanName)
throws java.io.IOException
connection - the MBeanServerConnection to forward to.mxBeanType - the fully qualified name of an MXBean.mxBeanName - the name of a platform MXBean within connection to forward to.java.io.IOException