KickJava   Java API By Example, From Geeks To Geeks.

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

javax.naming.ldap
Class SortResponseControl

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

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


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


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


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


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


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

Popular Tags