| java.lang.Object javax.management.MBeanServerInvocationHandler
MBeanServerInvocationHandler | public class MBeanServerInvocationHandler implements InvocationHandler(Code) | | An invocation handler to proxy requests through the MBeanServer
author: Adrian Brock. version: $Revision: 57200 $ |
MBeanServerInvocationHandler | public MBeanServerInvocationHandler(MBeanServerConnection connection, ObjectName name)(Code) | | Construct an MBeanServerInvocationHandler for the
given connection and object name.
Parameters: connection - the MBeanServerConnection Parameters: name - the ObjectName of the bean |
newProxyInstance | public static Object newProxyInstance(MBeanServerConnection connection, ObjectName name, Class interfaceClass, boolean broadcaster)(Code) | | Constructs a new Proxy for the MBean using an
MBeanServerInvocationHandler.
Parameters: connection - the MBeanServerConnection Parameters: name - the ObjectName of the bean Parameters: interfaceClass - the interface to expose Parameters: broadcaster - pass true to expose the NotificationEmitter interface |
|
|