KickJava   Java API By Example, From Geeks To Geeks.

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

javax.naming.ldap
Class PagedResultsControl

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

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


public PagedResultsControl(int pageSize,
                           boolean criticality)
                    throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PagedResultsControl(int pageSize,
                           byte[] cookie,
                           boolean criticality)
                    throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags