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
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()
toString
public String toString()
- Overrides:
toString in class Object