Liferay 6.2.0-ce-b2

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-b2