com.liferay.portal.kernel.messaging.proxy
Class MultiClassLoaderProxyRequest
java.lang.Object
com.liferay.portal.kernel.messaging.proxy.ProxyRequest
com.liferay.portal.kernel.messaging.proxy.MultiClassLoaderProxyRequest
- All Implemented Interfaces:
- Externalizable, Serializable
public class MultiClassLoaderProxyRequest
- extends ProxyRequest
- See Also:
- Serialized Form
MultiClassLoaderProxyRequest
public MultiClassLoaderProxyRequest(Method method,
Object[] arguments)
throws Exception
- Throws:
Exception
execute
public Object execute(Object object)
throws Exception
- Overrides:
execute
in class ProxyRequest
- Throws:
Exception
inspectForClassLoaders
protected ClassLoader[] inspectForClassLoaders(Method method)
throws Exception
- Throws:
Exception