com.liferay.portal.kernel.messaging.proxy
Class ProxyRequest
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyRequest
public ProxyRequest(java.lang.reflect.Method method,
java.lang.Object[] arguments)
throws java.lang.Exception
- Throws:
java.lang.Exception
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()