[jboss-jira] [JBoss JIRA] Created: (JGRP-1056) RpcDispatcher: reduce number of callXXX() methods

Bela Ban (JIRA) jira-events at lists.jboss.org
Mon Sep 21 06:50:49 EDT 2009


RpcDispatcher: reduce number of callXXX() methods
-------------------------------------------------

                 Key: JGRP-1056
                 URL: https://jira.jboss.org/jira/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.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list