API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.naming.ldap. PagedResultsResponseControl View Source
Author(s)
Vincent Ryan
Since
1.5
Version
Serial
Hierarchy
 Object
      BasicControl
          PagedResultsResponseControl
Implements
Subclasses
Description
publicfinal class PagedResultsResponseControl
  Indicates the end of a batch of search results.
See also:    PagedResultsControl
Constructors
public PagedResultsResponseControl (String id, boolean criticality, byte[] value) throws IOException
  Constructs a paged-results response control.
Methods
Hide/Show inherited methods
public byte getCookie ()
  Retrieves the server-generated cookie.
public byte getEncodedValue () [Inherited From BasicControl]
  Retrieves the control's ASN.1 BER encoded value.
public String getID () [Inherited From BasicControl]
  Retrieves the control's object identifier string.
public int getResultSize ()
  Retrieves (an estimate of) the number of entries in the search result.
public boolean isCritical () [Inherited From BasicControl]
  Determines the control's criticality.
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.319"
The paged-results response control's assigned object identifier is 1.2.840.113556.1.4.319.
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