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:
java.io.Serializable

public class MultiClassLoaderProxyRequest
extends ProxyRequest

View Source

Author:
Michael C. Han
See Also:
Serialized Form

Constructor Summary
MultiClassLoaderProxyRequest(java.lang.reflect.Method method, java.lang.Object[] arguments)
           
 
Method Summary
 java.lang.Object execute(java.lang.Object object)
           
protected  java.lang.ClassLoader[] inspectForClassLoaders(java.lang.reflect.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(java.lang.reflect.Method method,
                                    java.lang.Object[] arguments)
                             throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

execute

public java.lang.Object execute(java.lang.Object object)
                         throws java.lang.Exception
Overrides:
execute in class ProxyRequest
Throws:
java.lang.Exception

inspectForClassLoaders

protected java.lang.ClassLoader[] inspectForClassLoaders(java.lang.reflect.Method method)
                                                  throws java.lang.Exception
Throws:
java.lang.Exception