Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.kernel.util.MethodKey

Packages that use MethodKey
com.liferay.portal.kernel.test   
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
com.liferay.portal.scheduler   
 

Uses of MethodKey in com.liferay.portal.kernel.test
 

Methods in com.liferay.portal.kernel.test with parameters of type MethodKey
protected  ProcessCallable<Serializable> NewJVMJUnitTestRunner.processProcessCallable(ProcessCallable<Serializable> processCallable, MethodKey testMethodKey)
           
 

Uses of MethodKey in com.liferay.portal.kernel.util
 

Methods in com.liferay.portal.kernel.util that return MethodKey
 MethodKey MethodHandler.getMethodKey()
           
 MethodKey MethodKey.transform(ClassLoader classLoader)
           
 

Methods in com.liferay.portal.kernel.util with parameters of type MethodKey
protected static Method MethodCache.get(MethodKey methodKey)
           
static Object PortalClassInvoker.invoke(boolean newInstance, MethodKey methodKey, Object... arguments)
           
static Object PortletClassInvoker.invoke(boolean newInstance, String portletId, MethodKey methodKey, Object... arguments)
           
 

Constructors in com.liferay.portal.kernel.util with parameters of type MethodKey
MethodHandler(MethodKey methodKey, Object... arguments)
           
 

Uses of MethodKey in com.liferay.portal.scheduler
 

Methods in com.liferay.portal.scheduler with parameters of type MethodKey
protected
<T> T
ClusterSchedulerEngine.callMaster(String masterAddressString, MethodKey methodKey, Object... arguments)
           
 


Liferay 6.2-ce-ga5