Liferay 7.0-ce-b7 portal-impl

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

java.lang.Object
  extended by com.liferay.portal.fabric.status.JMXProxyUtil.OperationProcessCallable
All Implemented Interfaces:
com.liferay.portal.kernel.process.ProcessCallable<Serializable>, Serializable
Enclosing class:
JMXProxyUtil

protected static class JMXProxyUtil.OperationProcessCallable
extends Object
implements com.liferay.portal.kernel.process.ProcessCallable<Serializable>

See Also:
Serialized Form

Constructor Summary
JMXProxyUtil.OperationProcessCallable(ObjectName objectName, String operationName, Object[] arguments, String[] parameterTypeNames)
           
 
Method Summary
 Serializable call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMXProxyUtil.OperationProcessCallable

public JMXProxyUtil.OperationProcessCallable(ObjectName objectName,
                                             String operationName,
                                             Object[] arguments,
                                             String[] parameterTypeNames)
Method Detail

call

public Serializable call()
                  throws com.liferay.portal.kernel.process.ProcessException
Specified by:
call in interface com.liferay.portal.kernel.process.ProcessCallable<Serializable>
Throws:
com.liferay.portal.kernel.process.ProcessException

Liferay 7.0-ce-b7 portal-impl