Liferay 7.0-ce-b4

com.liferay.portal.fabric.netty.worker
Class NettyFabricWorkerBridgeRPCCallable<T extends Serializable>

java.lang.Object
  extended by com.liferay.portal.fabric.netty.worker.NettyFabricWorkerBridgeRPCCallable<T>
All Implemented Interfaces:
RPCCallable<T>, Serializable

public class NettyFabricWorkerBridgeRPCCallable<T extends Serializable>
extends Object
implements RPCCallable<T>

See Also:
Serialized Form

Constructor Summary
NettyFabricWorkerBridgeRPCCallable(long id, ProcessCallable<T> processCallable, long rpcRelayTime)
           
 
Method Summary
 NoticeableFuture<T> call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyFabricWorkerBridgeRPCCallable

public NettyFabricWorkerBridgeRPCCallable(long id,
                                          ProcessCallable<T> processCallable,
                                          long rpcRelayTime)
Method Detail

call

public NoticeableFuture<T> call()
                                              throws ProcessException
Specified by:
call in interface RPCCallable<T extends Serializable>
Throws:
ProcessException

Liferay 7.0-ce-b4