Liferay 6.1.2-ce-ga3

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

Packages that use MethodHandler
com.liferay.mail.messaging   
com.liferay.portal.cluster   
com.liferay.portal.kernel.cluster   
com.liferay.portal.kernel.management   
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
 

Uses of MethodHandler in com.liferay.mail.messaging
 

Methods in com.liferay.mail.messaging with parameters of type MethodHandler
protected  void MailMessageListener.doMethodHandler(MethodHandler methodHandler)
           
 

Uses of MethodHandler in com.liferay.portal.cluster
 

Methods in com.liferay.portal.cluster that return MethodHandler
protected  MethodHandler ClusterableAdvice.createMethodHandler(Class<? extends ClusterInvokeAcceptor> clusterInvokeAcceptorClass, org.aopalliance.intercept.MethodInvocation methodInvocation)
           
 

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)
           
 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)
           
 

Uses of MethodHandler in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http with parameters of type MethodHandler
static Object TunnelUtil.invoke(HttpPrincipal httpPrincipal, MethodHandler methodHandler)
           
 


Liferay 6.1.2-ce-ga3