public final class RemoteExecutionContext extends Object
| Constructor and Description |
|---|
RemoteExecutionContext(RpcPeerHandler peerHandler,
org.jboss.netty.channel.ChannelHandlerContext ctx,
Rpc.MethodSignature methodSignature,
long rpcIndex,
RpcDirection direction) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.netty.channel.ChannelHandlerContext |
getCtx() |
RpcDirection |
getDirection() |
Rpc.MethodSignature |
getMethodSignature() |
long |
getRpcIndex() |
void |
returnResult(com.google.protobuf.Message result) |
void |
startCancel() |
public RemoteExecutionContext(RpcPeerHandler peerHandler, org.jboss.netty.channel.ChannelHandlerContext ctx, Rpc.MethodSignature methodSignature, long rpcIndex, RpcDirection direction)
public RpcDirection getDirection()
public Rpc.MethodSignature getMethodSignature()
public long getRpcIndex()
public void returnResult(com.google.protobuf.Message result)
public org.jboss.netty.channel.ChannelHandlerContext getCtx()
public void startCancel()
Copyright © 2013. All Rights Reserved.