Uploaded image for project: 'JGroups'
  1. JGroups
  2. JGRP-1056

RpcDispatcher: reduce number of callXXX() methods

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 3.0
    • None
    • None

      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

            rhn-engineering-bban Bela Ban
            rhn-engineering-bban Bela Ban
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: