Searched refs:nodeChangeSubscribers (Results 1 - 1 of 1) sorted by relevance

/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSEventListenerManager.java170 private static Subscription addNotificationObject(SetMultimap<DN, Subscription> nodeChangeSubscribers, DN dn, argument
173 final Subscription subscription = new Subscription(eventListener, dn, nodeChangeSubscribers);
174 nodeChangeSubscribers.put(dn, subscription);

Completed in 537 milliseconds