KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > naming > ldap > SortControl

javax.naming.ldap
Class SortControl

java.lang.Object
  extended by javax.naming.ldap.BasicControl
      extended by javax.naming.ldap.SortControl
All Implemented Interfaces:
Serializable, Control
See Also:
Source Code, SortKey, SortResponseControl

public static final String OID
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SortControl(String sortBy,
                   boolean criticality)
            throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SortControl(String[] sortBy,
                   boolean criticality)
            throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SortControl(SortKey[] sortBy,
                   boolean criticality)
            throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags