RspList: use generics
---------------------
Key: JGRP-1141
URL:
https://jira.jboss.org/jira/browse/JGRP-1141
Project: JGroups
Issue Type: Task
Reporter: Bela Ban
Assignee: Bela Ban
Priority: Minor
Fix For: 3.0
e.g. RspList<Integer> list=disp.callRemoteMethods(....);
for(Rsp<Ineteger> rsp: rsps) {
int counter=rsp.getValue();
}
--
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