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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DLDAPv3PersistentSearch.java114 * The caller must ensure that calls to addListener/removeListener/hasListeners invocations are synchronized
126 * The caller must ensure that calls to addListener/removeListener/hasListeners invocations are synchronized
137 * The caller must ensure that calls to addListener/removeListener/hasListeners invocations are synchronized
140 public boolean hasListeners() { method in class:LDAPv3PersistentSearch
209 if (hasListeners()) {
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DLDAPv3PersistentSearch.java133 * The caller must ensure that calls to addListener/removeListener/hasListeners invocations are synchronized
145 * The caller must ensure that calls to addListener/removeListener/hasListeners invocations are synchronized
156 * The caller must ensure that calls to addListener/removeListener/hasListeners invocations are synchronized
159 public boolean hasListeners() { method in class:LDAPv3PersistentSearch
237 if (hasListeners()) {

Completed in 322 milliseconds