org.apache.hadoop.hbase.ipc
Interface RpcCallContext

All Superinterfaces:
Delayable
All Known Implementing Classes:
HBaseServer.Call, SecureServer.SecureCall

public interface RpcCallContext
extends Delayable


Method Summary
 void throwExceptionIfCallerDisconnected()
          Throw an exception if the caller who made this IPC call has disconnected.
 
Methods inherited from interface org.apache.hadoop.hbase.ipc.Delayable
endDelay, endDelay, endDelayThrowing, isDelayed, isReturnValueDelayed, startDelay
 

Method Detail

throwExceptionIfCallerDisconnected

void throwExceptionIfCallerDisconnected()
                                        throws CallerDisconnectedException
Throw an exception if the caller who made this IPC call has disconnected. If called from outside the context of IPC, this does nothing.

Throws:
CallerDisconnectedException


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.