Liferay 6.2.0-ce-m5

com.liferay.portal.kernel.nio.intraband.rpc
Class IntraBandRPCUtil

java.lang.Object
  extended by com.liferay.portal.kernel.nio.intraband.rpc.IntraBandRPCUtil

public class IntraBandRPCUtil
extends Object


Constructor Summary
IntraBandRPCUtil()
           
 
Method Summary
static
<V extends Serializable>
V
execute(RegistrationReference registrationReference, ProcessCallable<V> processCallable)
           
static
<V extends Serializable>
V
execute(RegistrationReference registrationReference, ProcessCallable<V> processCallable, long timeout, TimeUnit timeUnit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntraBandRPCUtil

public IntraBandRPCUtil()
Method Detail

execute

public static <V extends Serializable> V execute(RegistrationReference registrationReference,
                                                 ProcessCallable<V> processCallable)
                                      throws IntraBandRPCException
Throws:
IntraBandRPCException

execute

public static <V extends Serializable> V execute(RegistrationReference registrationReference,
                                                 ProcessCallable<V> processCallable,
                                                 long timeout,
                                                 TimeUnit timeUnit)
                                      throws IntraBandRPCException
Throws:
IntraBandRPCException

Liferay 6.2.0-ce-m5