com.liferay.portal.fabric.status
Class JMXProxyUtil.JMXProxyInvocationHandler
java.lang.Object
com.liferay.portal.fabric.status.JMXProxyUtil.JMXProxyInvocationHandler
- All Implemented Interfaces:
- InvocationHandler
- Enclosing class:
- JMXProxyUtil
protected static class JMXProxyUtil.JMXProxyInvocationHandler
- extends Object
- implements InvocationHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMXProxyUtil.JMXProxyInvocationHandler
public JMXProxyUtil.JMXProxyInvocationHandler(ObjectName objectName,
JMXProxyUtil.ProcessCallableExecutor processCallableExecutor)
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke in interface InvocationHandler
- Throws:
Throwable