|
|
javax > javax.naming > javax.naming.ldap > javax.naming.ldap.sortcontrol >
Class: javax.naming.ldap.SortControl java.lang.Object javax.naming.ldap.BasicControl javax.naming.ldap.SortControl
public final class SortControl extends BasicControl
FIELDS:
public static final String OID : 1.2.840.113556.1.4.473 |
|
|
|
CONSTRUCTORS:
| | | public | SortControl(String sortBy, boolean criticality) |
| | public | SortControl(String[] sortBy, boolean criticality) |
| | public | SortControl(SortKey[] sortBy, boolean criticality) |
| |
|
|
|
METHODS:
INHERITED METHODS:
| getID(), isCritical(), getEncodedValue(), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|