Searched defs:changeNotificationListeners (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DDirectoryServer.java414 changeNotificationListeners; field in class:DirectoryServer
908 directoryServer.changeNotificationListeners =
7481 return directoryServer.changeNotificationListeners;
7497 directoryServer.changeNotificationListeners.add(changeListener);
7513 directoryServer.changeNotificationListeners.remove(changeListener);
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DDirectoryServer.java415 changeNotificationListeners; field in class:DirectoryServer
909 directoryServer.changeNotificationListeners =
7481 return directoryServer.changeNotificationListeners;
7497 directoryServer.changeNotificationListeners.add(changeListener);
7513 directoryServer.changeNotificationListeners.remove(changeListener);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java674 changeNotificationListeners; field in class:DirectoryServer
1168 directoryServer.changeNotificationListeners =
7709 return directoryServer.changeNotificationListeners;
7725 directoryServer.changeNotificationListeners.add(changeListener);
7741 directoryServer.changeNotificationListeners.remove(changeListener);

Completed in 92 milliseconds