< prev index next >

src/java.naming/share/classes/javax/naming/ldap/HasControls.java

Print this page

        

*** 58,70 **** */ public interface HasControls { /** ! * Retrieves an array of <tt>Control</tt>s from the object that * implements this interface. It is null if there are no controls. * ! * @return A possibly null array of <tt>Control</tt> objects. * @throws NamingException If cannot return controls due to an error. */ public Control[] getControls() throws NamingException; } --- 58,70 ---- */ public interface HasControls { /** ! * Retrieves an array of {@code Control}s from the object that * implements this interface. It is null if there are no controls. * ! * @return A possibly null array of {@code Control} objects. * @throws NamingException If cannot return controls due to an error. */ public Control[] getControls() throws NamingException; }
< prev index next >