com.liferay.portal.kernel.cluster
Interface ClusterExecutor


public interface ClusterExecutor

View Source

Author:
Shuyang Zhou

Method Summary
 java.util.Map<Address,java.util.concurrent.Future<?>> executeMulicastCall(MethodWrapper methodWrapper)
           
 java.util.concurrent.Future<?> executeUnicastCall(Address address, MethodWrapper methodWrapper)
           
 

Method Detail

executeMulicastCall

java.util.Map<Address,java.util.concurrent.Future<?>> executeMulicastCall(MethodWrapper methodWrapper)

executeUnicastCall

java.util.concurrent.Future<?> executeUnicastCall(Address address,
                                                  MethodWrapper methodWrapper)