|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRemotingCallback
Callback for asynchronous remoting calls.
| Method Summary | |
|---|---|
void |
errorReceived(RemotingClient client,
String method,
Object[] params,
Throwable error)
An error occured while performing the remoting call. |
void |
resultReceived(RemotingClient client,
String method,
Object[] params,
Object result)
The result of a remoting call has been received. |
| Method Detail |
|---|
void resultReceived(RemotingClient client,
String method,
Object[] params,
Object result)
client - Remoting clientmethod - Remote method nameparams - Call parametersresult - Call result
void errorReceived(RemotingClient client,
String method,
Object[] params,
Throwable error)
client - Remoting clientmethod - Remoting methodparams - Call parameterserror - Call result
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||