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

/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DLdapContext.java152 * The method <tt>LdapContext.getResponseControls()</tt> is used to
158 * use <tt>reconnect()</tt> followed by <tt>getResponseControls()</tt>.
319 * <tt>getResponseControls()</tt> returns all of the response controls
322 * Invoking <tt>getResponseControls()</tt> does not
332 public Control[] getResponseControls() throws NamingException; method in interface:LdapContext
H A DInitialLdapContext.java67 * Controls[] respCtls = lctx.getResponseControls();
208 public Control[] getResponseControls() throws NamingException { method in class:InitialLdapContext
209 return getDefaultLdapInitCtx().getResponseControls();
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapReferralContext.java860 public Control[] getResponseControls() throws NamingException { method in class:LdapReferralContext
870 return ((LdapContext)refCtx).getResponseControls();
H A DLdapCtx.java3281 public Control[] getResponseControls() throws NamingException { method in class:LdapCtx

Completed in 3726 milliseconds