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

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapCtx.java59 * fireUnsolicited() - sync on eventSupport for all references to 'unsolicited'
64 * References to 'eventSupport' need not be sync'ed because these
65 * methods can only be called after eventSupport has been set first
269 private EventSupport eventSupport; // Event support helper for this ctx field in class:LdapCtx
2579 if (eventSupport != null) {
2580 eventSupport.cleanup(); // idempotent
3368 * Access to eventSupport need not be synchronized even though the
3371 * eventSupport.addNamingListener() must have been called before
3381 if (eventSupport == null)
3382 eventSupport
[all...]

Completed in 37 milliseconds