[jboss-jira] [JBoss JIRA] Commented: (JGRP-1056) RpcDispatcher: reduce number of callXXX() methods
Bela Ban (JIRA)
jira-events at lists.jboss.org
Tue May 24 03:42:01 EDT 2011
[ https://issues.jboss.org/browse/JGRP-1056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12603849#comment-12603849 ]
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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list