Liferay 6.1.10-ee-ga1

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

Packages that use MethodKey
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
com.liferay.portal.monitoring.jmx   
com.liferay.portal.monitoring.statistics.service   
com.liferay.portal.scheduler   
com.liferay.util.bridges.alloy   
 

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

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

Methods in com.liferay.portal.kernel.util with parameters of type MethodKey
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)
           
static Method MethodCache.put(MethodKey methodKey, Method method)
           
 

Method parameters in com.liferay.portal.kernel.util with type arguments of type MethodKey
static Method MethodCache.get(Map<String,Class<?>> classesMap, Map<MethodKey,Method> methodsMap, String className, String methodName)
           
static Method MethodCache.get(Map<String,Class<?>> classesMap, Map<MethodKey,Method> methodsMap, String className, String methodName, Class<?>[] parameterTypes)
           
 

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

Uses of MethodKey in com.liferay.portal.monitoring.jmx
 

Methods in com.liferay.portal.monitoring.jmx that return types with arguments of type MethodKey
 Set<MethodKey> ServiceManagerMBean.getMonitoredMethods()
           
 Set<MethodKey> ServiceManager.getMonitoredMethods()
           
 

Uses of MethodKey in com.liferay.portal.monitoring.statistics.service
 

Methods in com.liferay.portal.monitoring.statistics.service that return MethodKey
 MethodKey ServiceRequestDataSample.getMethodKey()
           
 

Methods in com.liferay.portal.monitoring.statistics.service that return types with arguments of type MethodKey
 Set<MethodKey> ServiceMonitorAdvice.getMonitoredMethods()
           
 

Method parameters in com.liferay.portal.monitoring.statistics.service with type arguments of type MethodKey
 void ServiceMonitorAdvice.setMonitoredMethods(Set<MethodKey> monitoredMethods)
           
 

Uses of MethodKey in com.liferay.portal.scheduler
 

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

Uses of MethodKey in com.liferay.util.bridges.alloy
 

Fields in com.liferay.util.bridges.alloy declared as MethodKey
protected  MethodKey BaseAlloyIndexer.getModelMethodKey
           
protected  MethodKey BaseAlloyIndexer.getModelsCountMethodKey
           
protected  MethodKey BaseAlloyIndexer.getModelsMethodKey
           
 


Liferay 6.1.10-ee-ga1