KickJava   Java API By Example, From Geeks To Geeks.

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

javax.naming.ldap
Class PagedResultsResponseControl

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

public byte[] getCookie()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getResultSize()
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 PagedResultsResponseControl(String id,
                                   boolean criticality,
                                   byte[] value)
                            throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags