Class LdapVirtualListControl

java.lang.Object
netscape.ldap.LDAPControl
netscape.ldap.controls.LDAPVirtualListControl
com.netscape.jndi.ldap.controls.LdapVirtualListControl
All Implemented Interfaces:
Serializable, Cloneable, Control

public class LdapVirtualListControl extends netscape.ldap.controls.LDAPVirtualListControl implements Control
Represents control data for returning paged results from a search.
      VirtualListViewRequest ::= SEQUENCE {
                      beforeCount    INTEGER,
                      afterCount     INTEGER,
                      CHOICE {
                      byIndex [0] SEQUENCE {
                          index           INTEGER,
                          contentCount    INTEGER }
                      byFilter [1] jumpTo    Substring }
 
See Also: