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)
           
 java.lang.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(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

getArguments

public java.lang.Object[] getArguments()

hasReturnValue

public boolean hasReturnValue()

isSynchronous

public boolean isSynchronous()