API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.naming.ldap. PagedResultsControl View Source
Author(s)
Vincent Ryan
Since
1.5
Version
Serial
Hierarchy
 Object
      BasicControl
          PagedResultsControl
Implements
Subclasses
Description
publicfinal class PagedResultsControl
  Requests that the results of a search operation be returned by the LDAP server in batches of a specified size.
Constructors
public PagedResultsControl (int pageSize, boolean criticality) throws IOException
  Constructs a control to set the number of entries to be returned per page of results.
public PagedResultsControl (int pageSize, byte[] cookie, boolean criticality) throws IOException
  Constructs a control to set the number of entries to be returned per page of results.
Methods
Hide/Show inherited methods
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 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 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