Liferay 6.2.0-ce-m5

Uses of Class
com.liferay.portal.kernel.nio.intraband.rpc.IntraBandRPCException

Packages that use IntraBandRPCException
com.liferay.portal.kernel.nio.intraband.rpc   
 

Uses of IntraBandRPCException in com.liferay.portal.kernel.nio.intraband.rpc
 

Methods in com.liferay.portal.kernel.nio.intraband.rpc that throw IntraBandRPCException
static
<V extends Serializable>
V
IntraBandRPCUtil.execute(RegistrationReference registrationReference, ProcessCallable<V> processCallable)
           
static
<V extends Serializable>
V
IntraBandRPCUtil.execute(RegistrationReference registrationReference, ProcessCallable<V> processCallable, long timeout, TimeUnit timeUnit)
           
 


Liferay 6.2.0-ce-m5