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

RspList: use generics

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Minor
    • 3.0
    • None
    • None

    Description

      e.g.

      RspList<Integer> list=disp.callRemoteMethods(....);
      for(Rsp<Integer> rsp: rsps) {
           int counter=rsp.getValue();
      }
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: