Liferay 6.1.2-ce-ga3

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)
           
 Object[] getArguments()
           
 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

getArguments

public Object[] getArguments()

hasReturnValue

public boolean hasReturnValue()

isSynchronous

public boolean isSynchronous()

Liferay 6.1.2-ce-ga3