Liferay 7.0-ce-b4

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

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

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

See Also:
Serialized Form

Constructor Summary
JMXProxyUtil.GetAttributeProcessCallable(ObjectName objectName, String attributeName, 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.GetAttributeProcessCallable

public JMXProxyUtil.GetAttributeProcessCallable(ObjectName objectName,
                                                String attributeName,
                                                boolean optional)
Method Detail

call

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

Liferay 7.0-ce-b4