public class LdapVirtualListResponseControl
extends netscape.ldap.controls.LDAPVirtualListResponse
implements javax.naming.ldap.Control
VirtualListViewResponse ::= SEQUENCE { firstPosition INTEGER, contentCount INTEGER, virtualListViewResult ENUMERATED { success (0), unwillingToPerform (53), insufficientAccessRights (50), operationsError (1), busy (51), timeLimitExceeded (3), adminLimitExceeded (11), sortControlMissing (60), indexRangeError (?), } }
Modifier and Type | Method and Description |
---|---|
int |
getContentCount()
Gets the size of the virtual result set.
|
byte[] |
getEncodedValue()
Retrieves the ASN.1 BER encoded value of the LDAP control.
|
int |
getFirstPosition()
Gets the index of the first entry returned.
|
int |
getResultCode()
Gets the result code.
|
getContext, parseResponse, toString
clone, createControl, flattenBER, getID, getValue, isCritical, lookupControlClass, newInstance, register
public int getContentCount()
getContentCount
in class netscape.ldap.controls.LDAPVirtualListResponse
public int getFirstPosition()
getFirstPosition
in class netscape.ldap.controls.LDAPVirtualListResponse
public int getResultCode()
getResultCode
in class netscape.ldap.controls.LDAPVirtualListResponse
public byte[] getEncodedValue()
getEncodedValue
in interface javax.naming.ldap.Control