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

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DDefaultResponseControlFactory.java51 * @see EntryChangeResponseControl
88 } else if (id.equals(EntryChangeResponseControl.OID)) {
89 return new EntryChangeResponseControl(id, ctl.isCritical(),
H A DEntryChangeResponseControl.java57 final public class EntryChangeResponseControl extends BasicControl { class in inherits:BasicControl
109 * Constructs a new instance of EntryChangeResponseControl.
118 public EntryChangeResponseControl(String id, boolean criticality, method in class:EntryChangeResponseControl
H A DNamingEventNotifier.java131 EntryChangeResponseControl ec;
149 if (respctls[i] instanceof EntryChangeResponseControl) {
150 ec = (EntryChangeResponseControl)respctls[i];
153 case EntryChangeResponseControl.ADD:
156 case EntryChangeResponseControl.DELETE:
159 case EntryChangeResponseControl.MODIFY:
162 case EntryChangeResponseControl.RENAME:

Completed in 47 milliseconds