Uses of Interface
com.liferay.portal.kernel.cluster.ClusterInvokeAcceptor
Packages that use ClusterInvokeAcceptor
-
Uses of ClusterInvokeAcceptor in com.liferay.portal.kernel.cluster
Methods in com.liferay.portal.kernel.cluster that return ClusterInvokeAcceptorModifier and TypeMethodDescriptionstatic ClusterInvokeAcceptor
ClusterInvokeAcceptorUtil.getClusterInvokeAcceptor
(String clusterInvokeAcceptorName) Method parameters in com.liferay.portal.kernel.cluster with type arguments of type ClusterInvokeAcceptorModifier and TypeMethodDescriptionstatic MethodHandler
ClusterableInvokerUtil.createMethodHandler
(Class<? extends ClusterInvokeAcceptor> clusterInvokeAcceptorClass, Object targetObject, Method method, Object[] arguments) static void
ClusterableInvokerUtil.invokeOnCluster
(Class<? extends ClusterInvokeAcceptor> clusterInvokeAcceptorClass, Object targetObject, Method method, Object[] arguments) static Object
ClusterableInvokerUtil.invokeOnMaster
(Class<? extends ClusterInvokeAcceptor> clusterInvokeAcceptorClass, Object targetObject, Method method, Object[] arguments)