Liferay 7.0-ce-b4

com.liferay.portal.fabric.status
Class JMXProxyUtil.JMXProxyInvocationHandler

java.lang.Object
  extended by com.liferay.portal.fabric.status.JMXProxyUtil.JMXProxyInvocationHandler
All Implemented Interfaces:
InvocationHandler
Enclosing class:
JMXProxyUtil

protected static class JMXProxyUtil.JMXProxyInvocationHandler
extends Object
implements InvocationHandler


Constructor Summary
JMXProxyUtil.JMXProxyInvocationHandler(ObjectName objectName, JMXProxyUtil.ProcessCallableExecutor processCallableExecutor)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMXProxyUtil.JMXProxyInvocationHandler

public JMXProxyUtil.JMXProxyInvocationHandler(ObjectName objectName,
                                              JMXProxyUtil.ProcessCallableExecutor processCallableExecutor)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

Liferay 7.0-ce-b4