public final class RpcServiceControllerImpl extends Object implements RpcServiceController
| Constructor and Description |
|---|
RpcServiceControllerImpl(RemoteExecutionContext dc) |
| Modifier and Type | Method and Description |
|---|---|
String |
errorText() |
boolean |
failed() |
void |
invokeCancelledCallback() |
boolean |
isCanceled() |
void |
notifyOnCancel(com.google.protobuf.RpcCallback<Object> callback) |
void |
reset() |
void |
setFailed(String reason) |
void |
startCancel() |
public RpcServiceControllerImpl(RemoteExecutionContext dc)
public void reset()
reset in interface com.google.protobuf.RpcControllerpublic boolean failed()
failed in interface com.google.protobuf.RpcControllerpublic String errorText()
errorText in interface com.google.protobuf.RpcControllerpublic void notifyOnCancel(com.google.protobuf.RpcCallback<Object> callback)
notifyOnCancel in interface com.google.protobuf.RpcControllerpublic void invokeCancelledCallback()
invokeCancelledCallback in interface RpcServiceControllerpublic void startCancel()
startCancel in interface com.google.protobuf.RpcControllerpublic void setFailed(String reason)
setFailed in interface com.google.protobuf.RpcControllerpublic boolean isCanceled()
isCanceled in interface com.google.protobuf.RpcControllerCopyright © 2013. All Rights Reserved.