From: Robert Varga Date: Mon, 2 Jun 2014 11:26:47 +0000 (+0200) Subject: BUG-1120: introduce NotificationListenerMap X-Git-Tag: release/helium~724 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=16dad33d563a80c98aa261bafc7cc3cf472fffb0;hp=16dad33d563a80c98aa261bafc7cc3cf472fffb0 BUG-1120: introduce NotificationListenerMap Introduces encapsulation of the set of listeners, such that modifications and lookup are isolated fromt the rest of the implementation -- thus clearly defining the entry points. Also fixes a possible iteration failure if concurrent modification happens while a interest listener is being added. Change-Id: I96e0260d372425d261b352b229ae293e638c287c Signed-off-by: Robert Varga ---