Searched defs:nodeChanges (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSEventListenerManager.java54 private static final SetMultimap<DN, Subscription> nodeChanges = newSubscriberMultimap(); field in class:SMSEventListenerManager
101 // from nodeChanges. All "subNodeChanges" entries would
102 // have an entry in "nodeChanges", hence do not have to
105 synchronized (nodeChanges) {
106 childDNs.addAll(nodeChanges.keySet());
128 sendNotifications(nodeChanges.get(dn), dn, event);
144 // Collect all the DNs from "nodeChanges" and send notifications
146 for (DN item : nodeChanges.keySet()) {
156 return addNotificationObject(nodeChanges, DN.valueOf(dn), eventListener);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSEventListenerManager.java59 protected static Map<String, Set<?>> nodeChanges = field in class:SMSEventListenerManager
116 // from nodeChanges. All "subNodeChanges" entries would
117 // have an entry in "nodeChanges", hence donot have to
120 synchronized (nodeChanges) {
121 Iterator keyitems = nodeChanges.keySet().iterator();
147 sendNotifications((Set) nodeChanges.get(dn), odn, event);
165 // Collect all the DNs from "nodeChanges" and send notifications
167 synchronized (nodeChanges) {
168 for (String item : nodeChanges.keySet()) {
185 return (addNotificationObject(nodeChanges, nd
[all...]

Completed in 20 milliseconds