Liferay 7.0-ce-b4

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

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

protected static class JMXProxyUtil.SetAttributeProcessCallable
extends Object
implements ProcessCallable<Serializable>

See Also:
Serialized Form

Constructor Summary
JMXProxyUtil.SetAttributeProcessCallable(ObjectName objectName, String attributeName, Serializable attributeValue, boolean optional)
           
 
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.SetAttributeProcessCallable

public JMXProxyUtil.SetAttributeProcessCallable(ObjectName objectName,
                                                String attributeName,
                                                Serializable attributeValue,
                                                boolean optional)
Method Detail

call

public Serializable call()
                  throws ProcessException
Specified by:
call in interface ProcessCallable<Serializable>
Throws:
ProcessException

Liferay 7.0-ce-b4