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

/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DSortControl.java51 * new SortControl(sortKey, Control.CRITICAL) });
109 final public class SortControl extends BasicControl { class in inherits:BasicControl
133 public SortControl(String sortBy, boolean criticality) throws IOException { method in class:SortControl
155 public SortControl(String[] sortBy, boolean criticality) method in class:SortControl
181 public SortControl(SortKey[] sortBy, boolean criticality) method in class:SortControl

Completed in 22 milliseconds