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

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

public class ProxyRequest
extends java.lang.Object
implements java.io.Serializable

View Source

Author:
Micha Kiener, Michael C. Han, Brian Wing Shun Chan
See Also:
Serialized Form

Constructor Summary
ProxyRequest(java.lang.reflect.Method method, java.lang.Object[] arguments)
           
 
Method Summary
 java.lang.Object execute(java.lang.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(java.lang.reflect.Method method,
                    java.lang.Object[] arguments)
             throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

execute

public java.lang.Object execute(java.lang.Object object)
                         throws java.lang.Exception
Throws:
java.lang.Exception

getMethodWrapper

public MethodWrapper getMethodWrapper()

hasReturnValue

public boolean hasReturnValue()

isSynchronous

public boolean isSynchronous()