|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.fabric.netty.rpc.RPCSerializable
com.liferay.portal.fabric.netty.rpc.RPCResponse<T>
public class RPCResponse<T extends Serializable>
| 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 |
|---|
public RPCResponse(long id,
boolean cancelled,
T result,
Throwable throwable)
| Method Detail |
|---|
public void execute(io.netty.channel.Channel channel)
execute in class RPCSerializablepublic String toString()
toString in class Object
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||