public class NamingEventCoordinator
extends Object
Coordinator responsible for passing @(code NamingEvent} instances to registered @{code NamingListener} instances. Two
maps are used to managed a mapping between a listener and its configuration as well as a mapping from target name to a list
of listener configurations. These maps are updated atomically on listener add and remove.
- Author:
- John E. Bailey