KickJava   Java API By Example, From Geeks To Geeks.

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

javax.naming.ldap
Class SortKey

java.lang.Object
  extended by javax.naming.ldap.SortKey
See Also:
Source Code, SortControl

public String getAttributeID()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getMatchingRuleID()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isAscending()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SortKey(String attrID)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SortKey(String attrID,
               boolean ascendingOrder,
               String matchingRuleID)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags