java.lang.Object
javax.management.MBeanServerInvocationHandler
- All Implemented Interfaces:
- InvocationHandler
- See Also:
- Top Examples, Source Code,
Object.equals(Object), Object.hashCode(), Object.toString(), MBeanServerConnection.addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object), NotificationBroadcaster.addNotificationListener(javax.management.NotificationListener, javax.management.NotificationFilter, java.lang.Object), NotificationEmitter, invoke, setAttribute, getAttribute, newProxyInstance, ObjectName
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable- See Also:
UndeclaredThrowableException, InvocationHandler
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public MBeanServerInvocationHandler(MBeanServerConnection connection,
ObjectName objectName)- See Also:
Proxy.newProxyInstance, ClassLoader, newProxyInstance(javax.management.MBeanServerConnection, javax.management.ObjectName, java.lang.Class, boolean)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static Object newProxyInstance(MBeanServerConnection connection,
ObjectName objectName,
Class interfaceClass,
boolean notificationBroadcaster)- See Also:
NotificationEmitter, new
MBeanServerInvocationHandler(connection, objectName), Proxy.newProxyInstance
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples