Liferay 7.0-ga1 portal-impl

com.liferay.portal.fabric.netty.rpc
Class SyncProcessRPCCallable<T extends Serializable>

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

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

See Also:
Serialized Form

Constructor Summary
SyncProcessRPCCallable(com.liferay.portal.kernel.process.ProcessCallable<T> processCallable)
           
 
Method Summary
 com.liferay.portal.kernel.concurrent.NoticeableFuture<T> call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncProcessRPCCallable

public SyncProcessRPCCallable(com.liferay.portal.kernel.process.ProcessCallable<T> processCallable)
Method Detail

call

public com.liferay.portal.kernel.concurrent.NoticeableFuture<T> call()
Specified by:
call in interface RPCCallable<T extends Serializable>

Liferay 7.0-ga1 portal-impl