public class SynchronizedRemotingCallback extends RemotingCallback
flag, returnType, serializationFormat| Constructor and Description |
|---|
SynchronizedRemotingCallback() |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getFailure() |
MethodReturn |
getMethodReturn() |
boolean |
isSucess() |
void |
onException(Throwable exception) |
void |
onMethodReturn(MethodReturn methodReturn) |
void |
waitReturn(int timeout) |
public boolean isSucess()
public Throwable getFailure()
public MethodReturn getMethodReturn()
public void onMethodReturn(MethodReturn methodReturn)
onMethodReturn in class RemotingCallbackpublic void onException(Throwable exception)
onException in class RemotingCallbackpublic void waitReturn(int timeout)
throws RemotingException
RemotingExceptionCopyright © 2021. All rights reserved.