Liferay 6.2-ce-ga5

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

Packages that use MethodHandler
com.liferay.portal.kernel.cluster   
com.liferay.portal.kernel.management   
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
 

Uses of MethodHandler in com.liferay.portal.kernel.cluster
 

Methods in com.liferay.portal.kernel.cluster that return MethodHandler
 MethodHandler ClusterRequest.getMethodHandler()
           
 

Methods in com.liferay.portal.kernel.cluster with parameters of type MethodHandler
static ClusterRequest ClusterRequest.createMulticastRequest(MethodHandler methodHandler)
           
static ClusterRequest ClusterRequest.createMulticastRequest(MethodHandler methodHandler, boolean skipLocal)
           
static ClusterRequest ClusterRequest.createUnicastRequest(MethodHandler methodHandler, Address... targetClusterNodeAddresses)
           
static ClusterRequest ClusterRequest.createUnicastRequest(MethodHandler methodHandler, String... targetClusterNodeIds)
           
<T> Future<T>
ClusterMasterExecutor.executeOnMaster(MethodHandler methodHandler)
           
static
<T> Future<T>
ClusterMasterExecutorUtil.executeOnMaster(MethodHandler methodHandler)
           
 void ClusterRequest.setMethodHandler(MethodHandler methodHandler)
           
 

Uses of MethodHandler in com.liferay.portal.kernel.management
 

Methods in com.liferay.portal.kernel.management that return MethodHandler
static MethodHandler PortalManagerUtil.createManageActionMethodHandler(ManageAction<?> manageAction)
           
 

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

Methods in com.liferay.portal.kernel.util with parameters of type MethodHandler
 Object ClassLoaderProxy.invoke(MethodHandler methodHandler)
           
 


Liferay 6.2-ce-ga5