Liferay 6.0.4

com.liferay.portal.kernel.messaging.proxy
Class ProxyRequest

java.lang.Object
  extended by com.liferay.portal.kernel.messaging.proxy.ProxyRequest
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MultiClassLoaderProxyRequest

public class ProxyRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ProxyRequest(Method method, Object[] arguments)
           
 
Method Summary
 Object execute(Object object)
           
 MethodWrapper getMethodWrapper()
           
 boolean hasReturnValue()
           
 boolean isSynchronous()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyRequest

public ProxyRequest(Method method,
                    Object[] arguments)
             throws Exception
Throws:
Exception
Method Detail

execute

public Object execute(Object object)
               throws Exception
Throws:
Exception

getMethodWrapper

public MethodWrapper getMethodWrapper()

hasReturnValue

public boolean hasReturnValue()

isSynchronous

public boolean isSynchronous()

Liferay 6.0.4