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

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DEventSupport.java46 * EventSupport (instead of static version shared by all contexts
72 *notification, it notifies this EventSupport to fire an event to the
74 *notification. [It results in the EventSupport firing also a
78 *When a context no longer needs this EventSupport, it should invoke
115 final class EventSupport { class
131 * Constructs EventSupport for ctx.
133 * Or can we assume that EventSupport is called on a resolved
137 EventSupport(LdapCtx ctx) { method in class:EventSupport
213 if (debug) System.err.println("EventSupport removing listener");
221 System.err.println("EventSupport removin
[all...]

Completed in 27 milliseconds