Uses of Class
com.liferay.portal.kernel.util.MethodHandler
Packages that use MethodHandler
Package
Description
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 MethodHandlerModifier and TypeMethodDescriptionstatic MethodHandlerClusterableInvokerUtil.createMethodHandler(Class<? extends ClusterInvokeAcceptor> clusterInvokeAcceptorClass, Object targetObject, Method method, Object[] arguments) Methods in com.liferay.portal.kernel.cluster with parameters of type MethodHandlerModifier and TypeMethodDescription<T> NoticeableFuture<T>ClusterMasterExecutor.executeOnMaster(MethodHandler methodHandler) static <T> Future<T>ClusterMasterExecutorUtil.executeOnMaster(MethodHandler methodHandler) -
Uses of MethodHandler in com.liferay.portal.kernel.module.framework.service
Methods in com.liferay.portal.kernel.module.framework.service that return MethodHandlerModifier and TypeMethodDescriptionstatic MethodHandlerIdentifiableOSGiServiceInvokerUtil.createMethodHandler(Object targetObject, Method method, Object[] args) -
Uses of MethodHandler in com.liferay.portal.kernel.service.http
Methods in com.liferay.portal.kernel.service.http with parameters of type MethodHandlerModifier and TypeMethodDescriptionstatic ObjectTunnelUtil.invoke(HttpPrincipal httpPrincipal, MethodHandler methodHandler) -
Uses of MethodHandler in com.liferay.portal.kernel.util
Methods in com.liferay.portal.kernel.util with parameters of type MethodHandler