Liferay 7.0-ce-b4

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

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

protected static class JMXProxyUtil.OperationProcessCallable
extends Object
implements 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 ProcessException
Specified by:
call in interface ProcessCallable<Serializable>
Throws:
ProcessException

Liferay 7.0-ce-b4