com.liferay.portal.fabric.netty.rpc
Class RPCSerializable
java.lang.Object
com.liferay.portal.fabric.netty.rpc.RPCSerializable
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- RPCRequest, RPCResponse
public abstract class RPCSerializable
- extends Object
- implements Serializable
- See Also:
- Serialized Form
|
Field Summary |
protected long |
id
|
|
Method Summary |
abstract void |
execute(io.netty.channel.Channel channel)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected final long id
RPCSerializable
public RPCSerializable(long id)
execute
public abstract void execute(io.netty.channel.Channel channel)