Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.messaging.proxy
Class MultiClassLoaderProxyRequest

java.lang.Object
  extended by com.liferay.portal.kernel.messaging.proxy.ProxyRequest
      extended by com.liferay.portal.kernel.messaging.proxy.MultiClassLoaderProxyRequest
All Implemented Interfaces:
Serializable

public class MultiClassLoaderProxyRequest
extends ProxyRequest

See Also:
Serialized Form

Constructor Summary
MultiClassLoaderProxyRequest(Method method, Object[] arguments)
           
 
Method Summary
 Object execute(Object object)
           
protected  ClassLoader[] inspectForClassLoaders(Method method)
           
 
Methods inherited from class com.liferay.portal.kernel.messaging.proxy.ProxyRequest
getArguments, hasReturnValue, isSynchronous
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiClassLoaderProxyRequest

public MultiClassLoaderProxyRequest(Method method,
                                    Object[] arguments)
                             throws Exception
Throws:
Exception
Method Detail

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

Liferay 6.1.2-ce-ga3