Liferay 7.0-ce-b4

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

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

public class RPCResponse<T extends Serializable>
extends RPCSerializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.fabric.netty.rpc.RPCSerializable
id
 
Constructor Summary
RPCResponse(long id, boolean cancelled, T result, Throwable throwable)
           
 
Method Summary
 void execute(io.netty.channel.Channel channel)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RPCResponse

public RPCResponse(long id,
                   boolean cancelled,
                   T result,
                   Throwable throwable)
Method Detail

execute

public void execute(io.netty.channel.Channel channel)
Specified by:
execute in class RPCSerializable

toString

public String toString()
Overrides:
toString in class Object

Liferay 7.0-ce-b4