]
Bela Ban resolved JGRP-1437.
----------------------------
Resolution: Done
Documentation problem with getView() (JGroups manual)
------------------------------------------------------
Key: JGRP-1437
URL:
https://issues.jboss.org/browse/JGRP-1437
Project: JGroups
Issue Type: Bug
Affects Versions: 3.0
Reporter: Jean-Philippe Gariepy
Assignee: Bela Ban
Priority: Minor
Fix For: 3.1
There is a contradiction regarding whether or not getView() returns the current view.
From the JGroups 3 manual:
{quote}
3.8.7. Getting the current view
The following method can be used to get the current view of a channel:
public View getView();
This method does not returns the current view of the channel. The current view is updated
every time a new view is installed (viewAccepted() callback).
Calling this method on an unconnected or closed channel is implementation defined. A
channel may return null, or it may return the last view it knew of.
{quote}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: