]
Bela Ban commented on JGRP-1056:
--------------------------------
This was solved using RequestOptions
RpcDispatcher: reduce number of callXXX() methods
-------------------------------------------------
Key: JGRP-1056
URL:
https://issues.jboss.org/browse/JGRP-1056
Project: JGroups
Issue Type: Task
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 3.0
Instead, create methods
callRemoteMethod(Collection<Address> dests, MethodCall call)
and
callRemoteMethod(Address dest, MethodCall call);
MethodCall then contains all necessary details for invoking the clustered call, e.g.
- method name, types of parameters and actual argument (already exists, and is
marshalled)
- mode (GET_FIRST, GET_ALL etc)
- timeout
- Flags (e.g. OOB, DONT_BUNDLE)
- boolean use_anycasts
- RspFilter
--
This message is automatically generated by JIRA.
For more information on JIRA, see: