Liferay 6.2-ce-ga5

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

Packages that use MethodHandler
com.liferay.mail.messaging   
com.liferay.portal.bean   
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.resiliency.service   
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.bean
 

Methods in com.liferay.portal.bean that return MethodHandler
static MethodHandler IdentifiableBeanInvokerUtil.createMethodHandler(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
 

Uses of MethodHandler in com.liferay.portal.cluster
 

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

Methods in com.liferay.portal.cluster with parameters of type MethodHandler
<T> Future<T>
ClusterMasterExecutorImpl.executeOnMaster(MethodHandler methodHandler)
           
 

Constructors in com.liferay.portal.cluster with parameters of type MethodHandler
MethodHandlerProcessCallable(MethodHandler methodHandler)
           
 

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)
           
 

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

Constructors in com.liferay.portal.resiliency.service with parameters of type MethodHandler
ServiceMethodProcessCallable(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.2-ce-ga5