public interface AsyncRequest
Modifier and Type | Method and Description |
---|---|
void |
abandon()
Abandon the operation.
|
void |
abandon(RequestControl[] controls)
Abandon the operation.
|
int |
getMessageId()
Message ID associated with the operation.
|
int getMessageId()
void abandon() throws LdapException
LdapException
- if the operation failsvoid abandon(RequestControl[] controls) throws LdapException
controls
- request controlsLdapException
- if the operation failsCopyright © 2003-2019 Virginia Tech. All Rights Reserved.