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