Liferay 7.0-ce-b4

com.liferay.portal.fabric.netty.rpc
Class RPCSerializable

java.lang.Object
  extended by 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
           
 
Constructor Summary
RPCSerializable(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
 

Field Detail

id

protected final long id
Constructor Detail

RPCSerializable

public RPCSerializable(long id)
Method Detail

execute

public abstract void execute(io.netty.channel.Channel channel)

Liferay 7.0-ce-b4