[jboss-jira] [JBoss JIRA] Resolved: (JGRP-567) Add one shot state transfer for multiple substates
Vladimir Blagojevic (JIRA)
jira-events at lists.jboss.org
Wed Apr 6 09:04:33 EDT 2011
[ https://issues.jboss.org/browse/JGRP-567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vladimir Blagojevic resolved JGRP-567.
--------------------------------------
Resolution: Rejected
> Add one shot state transfer for multiple substates
> --------------------------------------------------
>
> Key: JGRP-567
> URL: https://issues.jboss.org/browse/JGRP-567
> Project: JGroups
> Issue Type: Feature Request
> Affects Versions: 3.x
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
> Fix For: 3.0
>
>
> Currently (<= 2.5) each sub state transfer requires separate state transfer invocation for each sub state. It would be very convenient if we could transfer a list of substates all in one underlying state transfer. This would require introduction of a new method in JChannel API, however we should avoid additional callbacks on application level. Proposed API for additional JChannel method is:
> public boolean getState(Address target, List<String> state_ids, long timeout) throws ChannelNotConnectedException, ChannelClosedException;
--
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