API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.naming.ldap. SortResponseControl View Source
Author(s)
Vincent Ryan
Since
1.5
Version
Serial
Hierarchy
 Object
      BasicControl
          SortResponseControl
Implements
Subclasses
Description
publicfinal class SortResponseControl
  Indicates whether the requested sort of search results was successful or not.
See also:    SortControl
Constructors
public SortResponseControl (String id, boolean criticality, byte[] value) throws IOException
  Constructs a control to indicate the outcome of a sort request.
Methods
Hide/Show inherited methods
public String getAttributeID ()
  Retrieves the ID of the attribute that caused the sort to fail.
public byte getEncodedValue () [Inherited From BasicControl]
  Retrieves the control's ASN.1 BER encoded value.
public NamingException getException ()
  Retrieves the NamingException appropriate for the result code.
public String getID () [Inherited From BasicControl]
  Retrieves the control's object identifier string.
public int getResultCode ()
  Retrieves the LDAP result code of the sort operation.
public boolean isCritical () [Inherited From BasicControl]
  Determines the control's criticality.
public boolean isSorted ()
  Determines if the search results have been successfully sorted.
Fields
Hide/Show inherited fields
protected boolean criticality [Inherited From BasicControl]
The control's criticality.
protected String id [Inherited From BasicControl]
The control's object identifier string.
publicfinalstatic String OID = "1.2.840.113556.1.4.474"
The server-side sort response control's assigned object identifier is 1.2.840.113556.1.4.474.
protected byte value [Inherited From BasicControl]
The control's ASN.1 BER encoded value.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar