Liferay 7.0-ce-b4

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.module.framework.service   
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.cluster
 

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
static MethodHandler ClusterableInvokerUtil.createMethodHandler(Class<? extends ClusterInvokeAcceptor> clusterInvokeAcceptorClass, Object targetObject, Method method, Object[] arguments)
           
 

Methods in com.liferay.portal.kernel.cluster with parameters of type MethodHandler
<T> NoticeableFuture<T>
ClusterMasterExecutor.executeOnMaster(MethodHandler methodHandler)
           
static
<T> Future<T>
ClusterMasterExecutorUtil.executeOnMaster(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.module.framework.service
 

Methods in com.liferay.portal.kernel.module.framework.service that return MethodHandler
static MethodHandler IdentifiableOSGiServiceInvokerUtil.createMethodHandler(Object targetObject, Method method, Object[] args)
           
 

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 7.0-ce-b4