Modifier and Type | Field and Description |
---|---|
protected RpcBatch |
batch |
protected ErrorCallback |
errorCallback |
protected Annotation[] |
qualifiers |
protected RemoteCallback |
remoteCallback |
Constructor and Description |
---|
AbstractRpcProxy() |
Modifier and Type | Method and Description |
---|---|
protected static void |
invokeDefaultErrorHandlers(Throwable throwable) |
void |
sendRequest(MessageBus bus,
RemoteCallSendable sendable) |
void |
setBatch(RpcBatch batch) |
void |
setErrorCallback(ErrorCallback errorCallback) |
void |
setQualifiers(Annotation[] qualifiers) |
void |
setRemoteCallback(RemoteCallback remoteCallback) |
protected RemoteCallback remoteCallback
protected ErrorCallback errorCallback
protected Annotation[] qualifiers
protected RpcBatch batch
public void setErrorCallback(ErrorCallback errorCallback)
setErrorCallback
in interface RpcStub
public void setRemoteCallback(RemoteCallback remoteCallback)
setRemoteCallback
in interface RpcStub
public void setQualifiers(Annotation[] qualifiers)
setQualifiers
in interface RpcStub
public void sendRequest(MessageBus bus, RemoteCallSendable sendable)
protected static void invokeDefaultErrorHandlers(Throwable throwable)
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.